Color Hex Logo

#dddcef Color Hex

#DDDCEF
(221,220,239)
0 Favorites   0 Comments

Color spaces of #dddcef

RGB 221220239
HSL0.680.370.90
HSV243°94°
CMYK 0.080.080.00   0.06
XYZ70.992072.790591.9697
Yxy72.79050.30110.3088
Hunter Lab85.3173-0.7767-4.1908
CIE-Lab88.34773.8818-9.1466

#dddcef color RGB value is (221,220,239).

#dddcef hex color red value is 221, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dddcef hue: 0.68 , saturation: 0.37 and the lightness value of dddcef is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11101111
Octal 335 334 357
Decimal 221 220 239
Hex DD DC EF

RGB Percentages of Color #dddcef

%32.50
%32.35
%35.15

CMYK Percentages of Color #dddcef

%8
%8
%0
%6

Triadic Colors of #dddcef

#dddcef #efdddc #dcefdd

Analogous Colors of #dddcef

#dddcef #e7dcef #dce5ef

Monochromatic Colors of #dddcef

#dddcef

Complementary Color

#dddcef #eeefdc

#dddcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcef Color CSS Codes

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

#dddcef Text Font Color

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

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


#dddcef Background Color

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

This div background color is #dddcef


#dddcef Border Color

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

This div border color is #dddcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcef


Comments

No comments written yet.

Please login to write comment.