Color Hex Logo

#dcddf0 Color Hex

#DCDDF0
(220,221,240)
0 Favorites   0 Comments

Color spaces of #dcddf0

RGB 220221240
HSL0.660.400.90
HSV237°94°
CMYK 0.080.080.00   0.06
XYZ71.099873.219892.8236
Yxy73.21980.29980.3088
Hunter Lab85.5686-1.4275-4.4190
CIE-Lab88.55243.2288-9.3770

#dcddf0 color RGB value is (220,221,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11110000
Octal 334 335 360
Decimal 220 221 240
Hex DC DD F0

RGB Percentages of Color #dcddf0

%32.31
%32.45
%35.24

CMYK Percentages of Color #dcddf0

%8
%8
%0
%6

Triadic Colors of #dcddf0

#dcddf0 #f0dcdd #ddf0dc

Analogous Colors of #dcddf0

#dcddf0 #e5dcf0 #dce7f0

Monochromatic Colors of #dcddf0

#dcddf0

Complementary Color

#dcddf0 #f0efdc

#dcddf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddf0 Color CSS Codes

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

#dcddf0 Text Font Color

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

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


#dcddf0 Background Color

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

This div background color is #dcddf0


#dcddf0 Border Color

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

This div border color is #dcddf0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,221,240, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcddf0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddf0


Comments

No comments written yet.

Please login to write comment.