#DCD9E4

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

Shades of Fog #DCD9E4

Tints of Fog #DCD9E4

Color information

#DCD9E4 (or 0xDCD9E4) is unknown color: approx Fog. HEX triplet: DC, D9 and E4. RGB value is (220,217,228). Sum of RGB (Red+Green+Blue) = 220+217+228=665 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.08% from 665); Green value is 217 (85.16% from 255 or 32.63% from 665); Blue value is 228 (89.45% from 255 or 34.29% from 665); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCD9E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD9E4 is #23261B. Grayscale: #DBDBDB. Windows color (decimal): -2303516 or 14997980. OLE color: 14997980.

HSL color Cylindrical-coordinate representation of color #DCD9E4: hue angle of 256.36º degrees, saturation: 0.17, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD9E4 is Cyan = 0.04, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB220217228-
CMYK0.040.0500.11
HSL256.36º16.92%87.25%-
HSV(B)256.36º4.82%89.41%-
XYZ68.3370.4483.39-
YUV219.15132.99128.61-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.08%
GREEN value IS 217 (85.16% from 255) = 32.63%
BLUE value IS 228 (89.45% from 255) = 34.29%
R=33.08%
G=32.63%
B=34.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202172280.040.0500.11256.3616.9287.25
HexDCD9E4450B1001157
Octal3343313444501340021127
Binary11011100110110011110010010010101011100000000100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD9E4; }

 p { color: rgb(220,217,228); }

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

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

 a { background-color: rgb(220,217,228); }

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

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

 span { border-color: rgb(220,217,228); }

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