Color Hex Logo

#ddd0ef Color Hex

#DDD0EF
(221,208,239)
0 Favorites   0 Comments

Color spaces of #ddd0ef

RGB 221208239
HSL0.740.490.88
HSV265°13°94°
CMYK 0.080.130.00   0.06
XYZ67.954766.715990.9572
Yxy66.71590.30120.2957
Hunter Lab81.67985.5660-8.8484
CIE-Lab85.360310.1944-13.6010

#ddd0ef color RGB value is (221,208,239).

#ddd0ef hex color red value is 221, green value is 208 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ddd0ef hue: 0.74 , saturation: 0.49 and the lightness value of ddd0ef is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010000 11101111
Octal 335 320 357
Decimal 221 208 239
Hex DD D0 EF

RGB Percentages of Color #ddd0ef

%33.08
%31.14
%35.78

CMYK Percentages of Color #ddd0ef

%8
%13
%0
%6

Triadic Colors of #ddd0ef

#ddd0ef #efddd0 #d0efdd

Analogous Colors of #ddd0ef

#ddd0ef #edd0ef #d0d3ef

Monochromatic Colors of #ddd0ef

#ddd0ef

Complementary Color

#ddd0ef #e2efd0

#ddd0ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd0ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd0ef Color CSS Codes

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

#ddd0ef Text Font Color

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

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


#ddd0ef Background Color

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

This div background color is #ddd0ef


#ddd0ef Border Color

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

This div border color is #ddd0ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd0ef


Comments

No comments written yet.

Please login to write comment.