Color Hex Logo

#d2ddea Color Hex

#D2DDEA
(210,221,234)
0 Favorites   0 Comments

Color spaces of #d2ddea

RGB 210221234
HSL0.590.360.87
HSV213°10°92°
CMYK 0.100.060.00   0.08
XYZ67.286171.355188.0684
Yxy71.35510.29680.3147
Hunter Lab84.4719-5.6418-2.6839
CIE-Lab87.6572-1.1775-7.6252

#d2ddea color RGB value is (210,221,234).

#d2ddea hex color red value is 210, green value is 221 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d2ddea hue: 0.59 , saturation: 0.36 and the lightness value of d2ddea is 0.87.

The process color (four color CMYK) of #d2ddea color hex is 0.10, 0.06, 0.00, 0.08. Web safe color of #d2ddea is #ccccff. Color #d2ddea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11011101 11101010
Octal 322 335 352
Decimal 210 221 234
Hex D2 DD EA

RGB Percentages of Color #d2ddea

%31.58
%33.23
%35.19

CMYK Percentages of Color #d2ddea

%10
%6
%0
%8

Triadic Colors of #d2ddea

#d2ddea #ead2dd #ddead2

Analogous Colors of #d2ddea

#d2ddea #d3d2ea #d2e9ea

Monochromatic Colors of #d2ddea

#d2ddea

Complementary Color

#d2ddea #eadfd2

#d2ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ddea Color CSS Codes

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

#d2ddea Text Font Color

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

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


#d2ddea Background Color

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

This div background color is #d2ddea


#d2ddea Border Color

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

This div border color is #d2ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ddea


Comments

No comments written yet.

Please login to write comment.