#DCDEC3

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

Shades of Frost #DCDEC3

Tints of Frost #DCDEC3

Color information

#DCDEC3 (or 0xDCDEC3) is unknown color: approx Frost. HEX triplet: DC, DE and C3. RGB value is (220,222,195). Sum of RGB (Red+Green+Blue) = 220+222+195=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 222 (87.11% from 255 or 34.85% from 637); Blue value is 195 (76.56% from 255 or 30.61% from 637); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDEC3 is #23213C. Grayscale: #DADADA. Windows color (decimal): -2302269 or 12836572. OLE color: 12836572.

HSL color Cylindrical-coordinate representation of color #DCDEC3: hue angle of 64.44º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCDEC3 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB220222195-
CMYK0.0100.120.13
HSL64.44º29.03%81.76%-
HSV(B)64.44º12.16%87.06%-
XYZ65.4971.461.96-
YUV218.32114.84129.2-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 222 (87.11% from 255) = 34.85%
BLUE value IS 195 (76.56% from 255) = 30.61%
R=34.54%
G=34.85%
B=30.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202221950.0100.120.1364.4429.0381.76
HexDCDEC310CD401d52
Octal33433630310141510035122
Binary11011100110111101100001110110011011000000111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDEC3; }

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

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

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

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

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

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

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

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