Shades of Frost #DCDDC5
Tints of Frost #DCDDC5
RGB
CMYK
RGB Variations
Color information
#DCDDC5 (or 0xDCDDC5) is known color: 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
RGB | 220 | 221 | 197 | - |
CMYK | 0.00 | 0 | 0.11 | 0.13 |
HSL | 62.5º | 0.26% | 0.82% | - |
HSV(B) | 62.5º | 0.11% | 0.87% | - |
XYZ | 65.45 | 70.96 | 63.07 | - |
YUV | 217.97 | 116.17 | 129.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 221 | 197 | 0.00 | 0 | 0.11 | 0.13 | 62.5 | 0.26 | 0.82 |
Hex | DC | DD | C5 | 0 | 0 | B | D | 3F | 1A | 52 |
Octal | 334 | 335 | 305 | 0 | 0 | 13 | 15 | 77 | 32 | 122 |
Binary | 11011100 | 11011101 | 11000101 | 0 | 0 | 1011 | 1101 | 111111 | 11010 | 1010010 |
Color Harmonies of #DCDDC5
Complementary color
Monochromatic Colors of #DCDDC5
Black with #DCDDC5
Text Example
Text Example
White with #DCDDC5
Text Example
Text Example
HTML Codes & Css Web 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>