Color Hex Logo

#d6ddef Color Hex

#D6DDEF
(214,221,239)
0 Favorites   0 Comments

Color spaces of #d6ddef

RGB 214221239
HSL0.620.440.89
HSV223°10°94°
CMYK 0.100.080.00   0.06
XYZ69.168072.241091.9597
Yxy72.24100.29640.3096
Hunter Lab84.9947-3.4789-4.6523
CIE-Lab88.08451.0974-9.5937

#d6ddef color RGB value is (214,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011101 11101111
Octal 326 335 357
Decimal 214 221 239
Hex D6 DD EF

RGB Percentages of Color #d6ddef

%31.75
%32.79
%35.46

CMYK Percentages of Color #d6ddef

%10
%8
%0
%6

Triadic Colors of #d6ddef

#d6ddef #efd6dd #ddefd6

Analogous Colors of #d6ddef

#d6ddef #dcd6ef #d6eaef

Monochromatic Colors of #d6ddef

#d6ddef

Complementary Color

#d6ddef #efe8d6

#d6ddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ddef Color CSS Codes

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

#d6ddef Text Font Color

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

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


#d6ddef Background Color

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

This div background color is #d6ddef


#d6ddef Border Color

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

This div border color is #d6ddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ddef


Comments

No comments written yet.

Please login to write comment.