Color Hex Logo

#d0cbde Color Hex

#D0CBDE
(208,203,222)
0 Favorites   0 Comments

Color spaces of #d0cbde

RGB 208203222
HSL0.710.220.83
HSV256°87°
CMYK 0.060.090.00   0.13
XYZ60.553261.395777.7663
Yxy61.39570.30320.3074
Hunter Lab78.35540.8232-3.9954
CIE-Lab82.59105.2709-8.7906

#d0cbde color RGB value is (208,203,222).

#d0cbde hex color red value is 208, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d0cbde hue: 0.71 , saturation: 0.22 and the lightness value of d0cbde is 0.83.

The process color (four color CMYK) of #d0cbde color hex is 0.06, 0.09, 0.00, 0.13. Web safe color of #d0cbde is #cccccc. Color #d0cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001011 11011110
Octal 320 313 336
Decimal 208 203 222
Hex D0 CB DE

RGB Percentages of Color #d0cbde

%32.86
%32.07
%35.07

CMYK Percentages of Color #d0cbde

%6
%9
%0
%13

Triadic Colors of #d0cbde

#d0cbde #ded0cb #cbded0

Analogous Colors of #d0cbde

#d0cbde #dacbde #cbd0de

Monochromatic Colors of #d0cbde

#d0cbde

Complementary Color

#d0cbde #d9decb

#d0cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cbde Color CSS Codes

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

#d0cbde Text Font Color

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

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


#d0cbde Background Color

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

This div background color is #d0cbde


#d0cbde Border Color

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

This div border color is #d0cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cbde


Comments

No comments written yet.

Please login to write comment.