Color Hex Logo

#ddd6ef Color Hex

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

Color spaces of #ddd6ef

RGB 221214239
HSL0.710.440.89
HSV257°10°94°
CMYK 0.080.100.00   0.06
XYZ69.445369.697391.4541
Yxy69.69730.30120.3022
Hunter Lab83.48492.3832-6.5102
CIE-Lab86.84827.0264-11.3781

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

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

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

Base Numbers

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

RGB Percentages of Color #ddd6ef

%32.79
%31.75
%35.46

CMYK Percentages of Color #ddd6ef

%8
%10
%0
%6

Triadic Colors of #ddd6ef

#ddd6ef #efddd6 #d6efdd

Analogous Colors of #ddd6ef

#ddd6ef #ead6ef #d6dcef

Monochromatic Colors of #ddd6ef

#ddd6ef

Complementary Color

#ddd6ef #e8efd6

#ddd6ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd6ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd6ef Color CSS Codes

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

#ddd6ef Text Font Color

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

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


#ddd6ef Background Color

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

This div background color is #ddd6ef


#ddd6ef Border Color

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

This div border color is #ddd6ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd6ef


Comments

No comments written yet.

Please login to write comment.