#DCDECE

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

Shades of Frost #DCDECE

Tints of Frost #DCDECE

Color information

#DCDECE (or 0xDCDECE) is unknown color: approx Frost. HEX triplet: DC, DE and CE. RGB value is (220,222,206). Sum of RGB (Red+Green+Blue) = 220+222+206=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 222 (87.11% from 255 or 34.26% from 648); Blue value is 206 (80.86% from 255 or 31.79% from 648); Max value from RGB is 222 - color contains mainly: green. Hex color #DCDECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDECE is #232131. Grayscale: #DBDBDB. Windows color (decimal): -2302258 or 13557468. OLE color: 13557468.

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

Color convert

RGB220222206-
CMYK0.0100.070.13
HSL67.5º19.51%83.92%-
HSV(B)67.5º7.21%87.06%-
XYZ66.7871.9168.75-
YUV219.58120.34128.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.95%
GREEN value IS 222 (87.11% from 255) = 34.26%
BLUE value IS 206 (80.86% from 255) = 31.79%
R=33.95%
G=34.26%
B=31.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202222060.0100.070.1367.519.5183.92
HexDCDECE107D441454
Octal3343363161071510424124
Binary1101110011011110110011101011111011000100101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDECE; }

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

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

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

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

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

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

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

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