Color Hex Logo

#d6ddee Color Hex

#D6DDEE
(214,221,238)
0 Favorites   0 Comments

Color spaces of #d6ddee

RGB 214221238
HSL0.620.410.89
HSV223°10°93°
CMYK 0.100.070.00   0.07
XYZ69.020672.182191.1837
Yxy72.18210.29700.3106
Hunter Lab84.9600-3.6687-4.1612
CIE-Lab88.05620.8997-9.1092

#d6ddee color RGB value is (214,221,238).

#d6ddee hex color red value is 214, green value is 221 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d6ddee hue: 0.62 , saturation: 0.41 and the lightness value of d6ddee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011101 11101110
Octal 326 335 356
Decimal 214 221 238
Hex D6 DD EE

RGB Percentages of Color #d6ddee

%31.80
%32.84
%35.36

CMYK Percentages of Color #d6ddee

%10
%7
%0
%7

Triadic Colors of #d6ddee

#d6ddee #eed6dd #ddeed6

Analogous Colors of #d6ddee

#d6ddee #dbd6ee #d6e9ee

Monochromatic Colors of #d6ddee

#d6ddee

Complementary Color

#d6ddee #eee7d6

#d6ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ddee Color CSS Codes

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

#d6ddee Text Font Color

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

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


#d6ddee Background Color

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

This div background color is #d6ddee


#d6ddee Border Color

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

This div border color is #d6ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ddee


Comments

No comments written yet.

Please login to write comment.