#DCDEC8

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

Shades of Frost #DCDEC8

Tints of Frost #DCDEC8

Color information

#DCDEC8 (or 0xDCDEC8) is unknown color: approx Frost. HEX triplet: DC, DE and C8. RGB value is (220,222,200). Sum of RGB (Red+Green+Blue) = 220+222+200=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 222 (87.11% from 255 or 34.58% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC8 is #232137. Grayscale: #DADADA. Windows color (decimal): -2302264 or 13164252. OLE color: 13164252.

HSL color Cylindrical-coordinate representation of color #DCDEC8: hue angle of 65.45º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCDEC8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.

Color convert

RGB220222200-
CMYK0.0100.100.13
HSL65.45º25%82.75%-
HSV(B)65.45º9.91%87.06%-
XYZ66.0671.6364.99-
YUV218.89117.34128.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.27%
GREEN value IS 222 (87.11% from 255) = 34.58%
BLUE value IS 200 (78.52% from 255) = 31.15%
R=34.27%
G=34.58%
B=31.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202222000.0100.100.1365.452582.75
HexDCDEC810AD411953
Octal33433631010121510131123
Binary11011100110111101100100010101011011000001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEC8; }

 p { color: rgb(220,222,200); }

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

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

 a { background-color: rgb(220,222,200); }

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

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

 span { border-color: rgb(220,222,200); }

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