Color Hex Logo

#dcddfa Color Hex

#DCDDFA
(220,221,250)
0 Favorites   0 Comments

Color spaces of #dcddfa

RGB 220221250
HSL0.660.750.92
HSV238°12°98°
CMYK 0.120.120.00   0.02
XYZ72.627073.8307100.8654
Yxy73.83070.29370.2985
Hunter Lab85.92480.5068-9.4520
CIE-Lab88.84245.2057-14.2026

#dcddfa color RGB value is (220,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011101 11111010
Octal 334 335 372
Decimal 220 221 250
Hex DC DD FA

RGB Percentages of Color #dcddfa

%31.84
%31.98
%36.18

CMYK Percentages of Color #dcddfa

%12
%12
%0
%2

Triadic Colors of #dcddfa

#dcddfa #fadcdd #ddfadc

Analogous Colors of #dcddfa

#dcddfa #eadcfa #dcecfa

Monochromatic Colors of #dcddfa

#dcddfa

Complementary Color

#dcddfa #faf9dc

#dcddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcddfa Color CSS Codes

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

#dcddfa Text Font Color

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

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


#dcddfa Background Color

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

This div background color is #dcddfa


#dcddfa Border Color

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

This div border color is #dcddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcddfa


Comments

No comments written yet.

Please login to write comment.