Color Hex Logo

#dcddfb Color Hex

#DCDDFB
(220,221,251)
0 Favorites   0 Comments

Color spaces of #dcddfb

RGB 220221251
HSL0.660.790.92
HSV238°12°98°
CMYK 0.120.120.00   0.02
XYZ72.784273.8936101.6935
Yxy73.89360.29300.2975
Hunter Lab85.96140.7050-9.9679
CIE-Lab88.87225.4070-14.6833

#dcddfb color RGB value is (220,221,251).

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

The process color (four color CMYK) of #dcddfb color hex is 0.12, 0.12, 0.00, 0.02. Web safe color of #dcddfb is #ccccff. Color #dcddfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11111011
Octal 334 335 373
Decimal 220 221 251
Hex DC DD FB

RGB Percentages of Color #dcddfb

%31.79
%31.94
%36.27

CMYK Percentages of Color #dcddfb

%12
%12
%0
%2

Triadic Colors of #dcddfb

#dcddfb #fbdcdd #ddfbdc

Analogous Colors of #dcddfb

#dcddfb #ebdcfb #dcedfb

Monochromatic Colors of #dcddfb

#dcddfb

Complementary Color

#dcddfb #fbfadc

#dcddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddfb Color CSS Codes

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

#dcddfb Text Font Color

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

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


#dcddfb Background Color

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

This div background color is #dcddfb


#dcddfb Border Color

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

This div border color is #dcddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddfb


Comments

No comments written yet.

Please login to write comment.