Color Hex Logo

#d0ddee Color Hex

#D0DDEE
(208,221,238)
0 Favorites   0 Comments

Color spaces of #d0ddee

RGB 208221238
HSL0.590.470.87
HSV214°13°93°
CMYK 0.130.070.00   0.07
XYZ67.301571.295891.1032
Yxy71.29580.29300.3104
Hunter Lab84.4368-5.4887-4.8652
CIE-Lab87.6285-1.0197-9.7910

#d0ddee color RGB value is (208,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011101 11101110
Octal 320 335 356
Decimal 208 221 238
Hex D0 DD EE

RGB Percentages of Color #d0ddee

%31.18
%33.13
%35.68

CMYK Percentages of Color #d0ddee

%13
%7
%0
%7

Triadic Colors of #d0ddee

#d0ddee #eed0dd #ddeed0

Analogous Colors of #d0ddee

#d0ddee #d2d0ee #d0ecee

Monochromatic Colors of #d0ddee

#d0ddee

Complementary Color

#d0ddee #eee1d0

#d0ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0ddee Color CSS Codes

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

#d0ddee Text Font Color

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

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


#d0ddee Background Color

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

This div background color is #d0ddee


#d0ddee Border Color

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

This div border color is #d0ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0ddee


Comments

No comments written yet.

Please login to write comment.