#DCDDC4

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

Shades of Frost #DCDDC4

Tints of Frost #DCDDC4

Color information

#DCDDC4 (or 0xDCDDC4) is unknown color: approx Frost. HEX triplet: DC, DD and C4. RGB value is (220,221,196). Sum of RGB (Red+Green+Blue) = 220+221+196=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 221 (86.72% from 255 or 34.69% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDC4 is #23223B. Grayscale: #D9D9D9. Windows color (decimal): -2302524 or 12901852. OLE color: 12901852.

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

Color convert

RGB220221196-
CMYK0.0000.110.13
HSL62.4º26.88%81.76%-
HSV(B)62.4º11.31%86.67%-
XYZ65.3470.9162.47-
YUV217.85115.67129.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.54%
GREEN value IS 221 (86.72% from 255) = 34.69%
BLUE value IS 196 (76.95% from 255) = 30.77%
R=34.54%
G=34.69%
B=30.77%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211960.0000.110.1362.426.8881.76
HexDCDDC400BD3e1b52
Octal3343353040013157633122
Binary1101110011011101110001000010111101111110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDC4; }

 p { color: rgb(220,221,196); }

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

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

 a { background-color: rgb(220,221,196); }

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

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

 span { border-color: rgb(220,221,196); }

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