Color Hex Logo

#ceb0dd Color Hex

#CEB0DD
(206,176,221)
0 Favorites   0 Comments

Color spaces of #ceb0dd

RGB 206176221
HSL0.780.400.78
HSV280°20°87°
CMYK 0.070.200.00   0.13
XYZ54.030149.392975.0927
Yxy49.39290.30270.2767
Hunter Lab70.280114.2375-14.1540
CIE-Lab75.695118.9552-18.6074

#ceb0dd color RGB value is (206,176,221).

#ceb0dd hex color red value is 206, green value is 176 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ceb0dd hue: 0.78 , saturation: 0.40 and the lightness value of ceb0dd is 0.78.

The process color (four color CMYK) of #ceb0dd color hex is 0.07, 0.20, 0.00, 0.13. Web safe color of #ceb0dd is #cc99cc. Color #ceb0dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10110000 11011101
Octal 316 260 335
Decimal 206 176 221
Hex CE B0 DD

RGB Percentages of Color #ceb0dd

%34.16
%29.19
%36.65

CMYK Percentages of Color #ceb0dd

%7
%20
%0
%13

Triadic Colors of #ceb0dd

#ceb0dd #ddceb0 #b0ddce

Analogous Colors of #ceb0dd

#ceb0dd #ddb0d6 #b8b0dd

Monochromatic Colors of #ceb0dd

#ceb0dd

Complementary Color

#ceb0dd #bfddb0

#ceb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceb0dd Color CSS Codes

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

#ceb0dd Text Font Color

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

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


#ceb0dd Background Color

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

This div background color is #ceb0dd


#ceb0dd Border Color

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

This div border color is #ceb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ceb0dd


Comments

No comments written yet.

Please login to write comment.