Color Hex Logo

#dcddef Color Hex

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

Color spaces of #dcddef

RGB 220221239
HSL0.660.370.90
HSV237°94°
CMYK 0.080.080.00   0.06
XYZ70.951673.160592.0432
Yxy73.16050.30040.3098
Hunter Lab85.5339-1.6160-3.9283
CIE-Lab88.52423.0349-8.8927

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

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

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

Base Numbers

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

RGB Percentages of Color #dcddef

%32.35
%32.50
%35.15

CMYK Percentages of Color #dcddef

%8
%8
%0
%6

Triadic Colors of #dcddef

#dcddef #efdcdd #ddefdc

Analogous Colors of #dcddef

#dcddef #e5dcef #dce7ef

Monochromatic Colors of #dcddef

#dcddef

Complementary Color

#dcddef #efeedc

#dcddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddef Color CSS Codes

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

#dcddef Text Font Color

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

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


#dcddef Background Color

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

This div background color is #dcddef


#dcddef Border Color

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

This div border color is #dcddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddef


Comments

No comments written yet.

Please login to write comment.