Color Hex Logo

#ddd4ef Color Hex

#DDD4EF
(221,212,239)
0 Favorites   0 Comments

Color spaces of #ddd4ef

RGB 221212239
HSL0.720.460.88
HSV260°11°94°
CMYK 0.080.110.00   0.06
XYZ68.942368.691191.2864
Yxy68.69110.30120.3001
Hunter Lab82.88013.4418-7.2876
CIE-Lab86.35098.0801-12.1201

#ddd4ef color RGB value is (221,212,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010100 11101111
Octal 335 324 357
Decimal 221 212 239
Hex DD D4 EF

RGB Percentages of Color #ddd4ef

%32.89
%31.55
%35.57

CMYK Percentages of Color #ddd4ef

%8
%11
%0
%6

Triadic Colors of #ddd4ef

#ddd4ef #efddd4 #d4efdd

Analogous Colors of #ddd4ef

#ddd4ef #ebd4ef #d4d9ef

Monochromatic Colors of #ddd4ef

#ddd4ef

Complementary Color

#ddd4ef #e6efd4

#ddd4ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd4ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd4ef Color CSS Codes

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

#ddd4ef Text Font Color

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

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


#ddd4ef Background Color

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

This div background color is #ddd4ef


#ddd4ef Border Color

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

This div border color is #ddd4ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd4ef


Comments

No comments written yet.

Please login to write comment.