Color Hex Logo

#d2cbde Color Hex

#D2CBDE
(210,203,222)
0 Favorites   0 Comments

Color spaces of #d2cbde

RGB 210203222
HSL0.730.220.83
HSV262°87°
CMYK 0.050.090.00   0.13
XYZ61.119161.687477.7928
Yxy61.68740.30470.3075
Hunter Lab78.54131.4574-3.7460
CIE-Lab82.74695.9351-8.5422

#d2cbde color RGB value is (210,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001011 11011110
Octal 322 313 336
Decimal 210 203 222
Hex D2 CB DE

RGB Percentages of Color #d2cbde

%33.07
%31.97
%34.96

CMYK Percentages of Color #d2cbde

%5
%9
%0
%13

Triadic Colors of #d2cbde

#d2cbde #ded2cb #cbded2

Analogous Colors of #d2cbde

#d2cbde #dccbde #cbcede

Monochromatic Colors of #d2cbde

#d2cbde

Complementary Color

#d2cbde #d7decb

#d2cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2cbde Color CSS Codes

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

#d2cbde Text Font Color

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

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


#d2cbde Background Color

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

This div background color is #d2cbde


#d2cbde Border Color

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

This div border color is #d2cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2cbde


Comments

No comments written yet.

Please login to write comment.