Color Hex Logo

#ddd8ef Color Hex

#DDD8EF
(221,216,239)
0 Favorites   0 Comments

Color spaces of #ddd8ef

RGB 221216239
HSL0.700.420.89
HSV253°10°94°
CMYK 0.080.100.00   0.06
XYZ69.954670.715991.6239
Yxy70.71590.30110.3044
Hunter Lab84.09271.3273-5.7350
CIE-Lab87.34685.9754-10.6351

#ddd8ef color RGB value is (221,216,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 11101111
Octal 335 330 357
Decimal 221 216 239
Hex DD D8 EF

RGB Percentages of Color #ddd8ef

%32.69
%31.95
%35.36

CMYK Percentages of Color #ddd8ef

%8
%10
%0
%6

Triadic Colors of #ddd8ef

#ddd8ef #efddd8 #d8efdd

Analogous Colors of #ddd8ef

#ddd8ef #e9d8ef #d8dfef

Monochromatic Colors of #ddd8ef

#ddd8ef

Complementary Color

#ddd8ef #eaefd8

#ddd8ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd8ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd8ef Color CSS Codes

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

#ddd8ef Text Font Color

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

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


#ddd8ef Background Color

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

This div background color is #ddd8ef


#ddd8ef Border Color

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

This div border color is #ddd8ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd8ef

#ddd8ef Color Palettes


Comments

No comments written yet.

Please login to write comment.