Color Hex Logo

#cebcdd Color Hex

#CEBCDD
(206,188,221)
0 Favorites   0 Comments

Color spaces of #cebcdd

RGB 206188221
HSL0.760.330.80
HSV273°15°87°
CMYK 0.070.150.00   0.13
XYZ56.488054.308775.9120
Yxy54.30870.30250.2909
Hunter Lab73.69447.8579-9.4880
CIE-Lab78.641412.4435-14.1679

#cebcdd color RGB value is (206,188,221).

#cebcdd hex color red value is 206, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cebcdd hue: 0.76 , saturation: 0.33 and the lightness value of cebcdd is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111100 11011101
Octal 316 274 335
Decimal 206 188 221
Hex CE BC DD

RGB Percentages of Color #cebcdd

%33.50
%30.57
%35.93

CMYK Percentages of Color #cebcdd

%7
%15
%0
%13

Triadic Colors of #cebcdd

#cebcdd #ddcebc #bcddce

Analogous Colors of #cebcdd

#cebcdd #ddbcdc #bebcdd

Monochromatic Colors of #cebcdd

#cebcdd

Complementary Color

#cebcdd #cbddbc

#cebcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebcdd Color CSS Codes

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

#cebcdd Text Font Color

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

This sample text font color is #cebcdd
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.


#cebcdd Background Color

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

This div background color is #cebcdd


#cebcdd Border Color

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

This div border color is #cebcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebcdd


Comments

No comments written yet.

Please login to write comment.