Color Hex Logo

#dcd8fa Color Hex

#DCD8FA
(220,216,250)
0 Favorites   0 Comments

Color spaces of #dcd8fa

RGB 220216250
HSL0.690.770.91
HSV247°14°98°
CMYK 0.120.140.00   0.02
XYZ71.326471.2295100.4318
Yxy71.22950.29350.2931
Hunter Lab84.39763.1589-11.4759
CIE-Lab87.59647.8314-16.0711

#dcd8fa color RGB value is (220,216,250).

#dcd8fa hex color red value is 220, green value is 216 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dcd8fa hue: 0.69 , saturation: 0.77 and the lightness value of dcd8fa is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 11111010
Octal 334 330 372
Decimal 220 216 250
Hex DC D8 FA

RGB Percentages of Color #dcd8fa

%32.07
%31.49
%36.44

CMYK Percentages of Color #dcd8fa

%12
%14
%0
%2

Triadic Colors of #dcd8fa

#dcd8fa #fadcd8 #d8fadc

Analogous Colors of #dcd8fa

#dcd8fa #edd8fa #d8e5fa

Monochromatic Colors of #dcd8fa

#dcd8fa

Complementary Color

#dcd8fa #f6fad8

#dcd8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd8fa Color CSS Codes

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

#dcd8fa Text Font Color

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

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


#dcd8fa Background Color

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

This div background color is #dcd8fa


#dcd8fa Border Color

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

This div border color is #dcd8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd8fa

Related Colors


Comments

No comments written yet.

Please login to write comment.