#DCDDC5

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

Shades of Frost #DCDDC5

Tints of Frost #DCDDC5

Color information

#DCDDC5 (or 0xDCDDC5) is unknown color: approx Frost. HEX triplet: DC, DD and C5. RGB value is (220,221,197). Sum of RGB (Red+Green+Blue) = 220+221+197=638 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.48% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDC5 is #23223A. Grayscale: #DADADA. Windows color (decimal): -2302523 or 12967388. OLE color: 12967388.

HSL color Cylindrical-coordinate representation of color #DCDDC5: hue angle of 62.5º degrees, saturation: 0.26, 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 #DCDDC5 is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB220221197-
CMYK0.0000.110.13
HSL62.5º26.09%81.96%-
HSV(B)62.5º10.86%86.67%-
XYZ65.4570.9663.07-
YUV217.96116.17129.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.48%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 197 (77.34% from 255) = 30.88%
R=34.48%
G=34.64%
B=30.88%

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
Decimal2202211970.0000.110.1362.526.0981.96
HexDCDDC500BD3e1a52
Octal3343353050013157632122
Binary1101110011011101110001010010111101111110110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDC5; }

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

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

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

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

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

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

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

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