Color Hex Logo

#cebbdd Color Hex

#CEBBDD
(206,187,221)
0 Favorites   0 Comments

Color spaces of #cebbdd

RGB 206187221
HSL0.760.330.80
HSV274°15°87°
CMYK 0.070.150.00   0.13
XYZ56.275153.882975.8410
Yxy53.88290.30260.2897
Hunter Lab73.40508.3863-9.8741
CIE-Lab78.393412.9836-14.5402

#cebbdd color RGB value is (206,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 10111011 11011101
Octal 316 273 335
Decimal 206 187 221
Hex CE BB DD

RGB Percentages of Color #cebbdd

%33.55
%30.46
%35.99

CMYK Percentages of Color #cebbdd

%7
%15
%0
%13

Triadic Colors of #cebbdd

#cebbdd #ddcebb #bbddce

Analogous Colors of #cebbdd

#cebbdd #ddbbdb #bdbbdd

Monochromatic Colors of #cebbdd

#cebbdd

Complementary Color

#cebbdd #caddbb

#cebbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cebbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cebbdd Color CSS Codes

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

#cebbdd Text Font Color

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

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


#cebbdd Background Color

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

This div background color is #cebbdd


#cebbdd Border Color

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

This div border color is #cebbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,187,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 #cebbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cebbdd


Comments

No comments written yet.

Please login to write comment.