#DCD8E5

Color #DCD8E5 Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #DCD8E5

Tints of Fog #DCD8E5

Color information

#DCD8E5 (or 0xDCD8E5) is unknown color: approx Fog. HEX triplet: DC, D8 and E5. RGB value is (220,216,229). Sum of RGB (Red+Green+Blue) = 220+216+229=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 216 (84.77% from 255 or 32.48% from 665); Blue value is 229 (89.84% from 255 or 34.44% from 665); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCD8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD8E5 is #23271A. Grayscale: #DADADA. Windows color (decimal): -2303771 or 15063260. OLE color: 15063260.

HSL color Cylindrical-coordinate representation of color #DCD8E5: hue angle of 258.46º degrees, saturation: 0.2, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD8E5 is Cyan = 0.04, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220216229-
CMYK0.040.0600.10
HSL258.46º20%87.25%-
HSV(B)258.46º5.68%89.8%-
XYZ68.2169.9884.04-
YUV218.68133.83128.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 216 (84.77% from 255) = 32.48%
BLUE value IS 229 (89.84% from 255) = 34.44%
R=33.08%
G=32.48%
B=34.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2202162290.040.0600.10258.462087.25
HexDCD8E5460A1021457
Octal3343303454601240224127
Binary11011100110110001110010110011001010100000010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD8E5; }

 p { color: rgb(220,216,229); }

 H1.HeaderClassName
 {
   color: #DCD8E5;
 }
 .AnyTagClassName
 {
   color: #DCD8E5;
 }
</style>
background-color css

<style>
 a { background-color: #DCD8E5; }

 a { background-color: rgb(220,216,229); }

 div.DivClassName
 {
   background-color: #DCD8E5;
 }
 .BgClassName
 {
   background-color: #DCD8E5;
 }
</style>
border-color css

<style>
 span { border-color: #DCD8E5; }

 span { border-color: rgb(220,216,229); }

 td.TdClassName
 {
   border-color: #DCD8E5;
 }
 .TagClassName
 {
   border-color: #DCD8E5;
 }
</style>