Color Hex Logo

#dcd8ff Color Hex

#DCD8FF
(220,216,255)
0 Favorites   0 Comments

Color spaces of #dcd8ff

RGB 220216255
HSL0.681.000.92
HSV246°15°100°
CMYK 0.140.150.00   0.00
XYZ72.121171.5474104.6166
Yxy71.54740.29050.2882
Hunter Lab84.58574.1712-14.1206
CIE-Lab87.75038.8493-18.4731

#dcd8ff color RGB value is (220,216,255).

#dcd8ff hex color red value is 220, green value is 216 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dcd8ff hue: 0.68 , saturation: 1.00 and the lightness value of dcd8ff is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011000 11111111
Octal 334 330 377
Decimal 220 216 255
Hex DC D8 FF

RGB Percentages of Color #dcd8ff

%31.84
%31.26
%36.90

CMYK Percentages of Color #dcd8ff

%14
%15
%0
%0

Triadic Colors of #dcd8ff

#dcd8ff #ffdcd8 #d8ffdc

Analogous Colors of #dcd8ff

#dcd8ff #f0d8ff #d8e8ff

Monochromatic Colors of #dcd8ff

#dcd8ff

Complementary Color

#dcd8ff #fbffd8

#dcd8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd8ff Color CSS Codes

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

#dcd8ff Text Font Color

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

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


#dcd8ff Background Color

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

This div background color is #dcd8ff


#dcd8ff Border Color

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

This div border color is #dcd8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.