#DCDECC

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

Shades of Frost #DCDECC

Tints of Frost #DCDECC

Color information

#DCDECC (or 0xDCDECC) is unknown color: approx Frost. HEX triplet: DC, DE and CC. RGB value is (220,222,204). Sum of RGB (Red+Green+Blue) = 220+222+204=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 204 (80.08% from 255 or 31.58% from 646); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDECC is #232133. Grayscale: #DBDBDB. Windows color (decimal): -2302260 or 13426396. OLE color: 13426396.

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

Color convert

RGB220222204-
CMYK0.0100.080.13
HSL66.67º21.43%83.53%-
HSV(B)66.67º8.11%87.06%-
XYZ66.5471.8267.48-
YUV219.35119.34128.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.06%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 204 (80.08% from 255) = 31.58%
R=34.06%
G=34.37%
B=31.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202222040.0100.080.1366.6721.4383.53
HexDCDECC108D431554
Octal33433631410101510325124
Binary11011100110111101100110010100011011000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDECC; }

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

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

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

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

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

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

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

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