Color Hex Logo

#cebdde Color Hex

#CEBDDE
(206,189,222)
0 Favorites   0 Comments

Color spaces of #cebdde

RGB 206189222
HSL0.750.330.81
HSV271°15°87°
CMYK 0.070.150.00   0.13
XYZ56.836054.790976.6874
Yxy54.79090.30180.2910
Hunter Lab74.02097.5225-9.6112
CIE-Lab78.920712.1012-14.2882

#cebdde color RGB value is (206,189,222).

#cebdde hex color red value is 206, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cebdde hue: 0.75 , saturation: 0.33 and the lightness value of cebdde is 0.81.

The process color (four color CMYK) of #cebdde color hex is 0.07, 0.15, 0.00, 0.13. Web safe color of #cebdde is #cccccc. Color #cebdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111101 11011110
Octal 316 275 336
Decimal 206 189 222
Hex CE BD DE

RGB Percentages of Color #cebdde

%33.39
%30.63
%35.98

CMYK Percentages of Color #cebdde

%7
%15
%0
%13

Triadic Colors of #cebdde

#cebdde #decebd #bddece

Analogous Colors of #cebdde

#cebdde #debdde #bebdde

Monochromatic Colors of #cebdde

#cebdde

Complementary Color

#cebdde #cddebd

#cebdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebdde Color CSS Codes

.mybgcolor {background-color:#cebdde; } 
.myforecolor {color:#cebdde; }
.mybordercolor {border:3px solid #cebdde; }

#cebdde Text Font Color

<p style="color:#cebdde">Text here</p>

This sample text font color is #cebdde
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cebdde Background Color

<div style="background-color:#cebdde">
Div content here</div>

This div background color is #cebdde


#cebdde Border Color

<div style="border:3px solid #cebdde">
Div here</div>

This div border color is #cebdde


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,189,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cebdde; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cebdde;
  -webkit-box-shadow: 1px 1px 3px 2px #cebdde;
  box-shadow:         1px 1px 3px 2px #cebdde; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,189,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cebdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cebdde;
  -webkit-box-shadow: 1px 1px 3px 2px #cebdde;
  box-shadow:         1px 1px 3px 2px #cebdde;">
Div content here</div>

This div box has shadow with color #cebdde

#cebdde Color Palettes


Comments

No comments written yet.

Please login to write comment.