Shades of Frost #DADCC6
Tints of Frost #DADCC6
RGB
CMYK
RGB Variations
Color information
#DADCC6 (or 0xDADCC6) is known color: Frost. HEX triplet: DA, DC and C6. RGB value is (218,220,198). Sum of RGB (Red+Green+Blue) = 218+220+198=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 220 (86.33% from 255 or 34.59% from 636); Blue value is 198 (77.73% from 255 or 31.13% from 636); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC6 is #252339. Grayscale: #D8D8D8. Windows color (decimal): -2433850 or 13032666. OLE color: 13032666.
HSL color Cylindrical-coordinate representation of color #DADCC6: hue angle of 65.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADCC6 is Cyan = 0.01, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 198 | - |
| CMYK | 0.01 | 0 | 0.1 | 0.14 |
| HSL | 65.45º | 0.24% | 0.82% | - |
| HSV(B) | 65.45º | 0.1% | 0.86% | - |
| XYZ | 64.7 | 70.17 | 63.56 | - |
| YUV | 216.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 198 | 0.01 | 0 | 0.1 | 0.14 | 65.45 | 0.24 | 0.82 |
| Hex | DA | DC | C6 | 1 | 0 | A | E | 41 | 18 | 52 |
| Octal | 332 | 334 | 306 | 1 | 0 | 12 | 16 | 101 | 30 | 122 |
| Binary | 11011010 | 11011100 | 11000110 | 1 | 0 | 1010 | 1110 | 1000001 | 11000 | 1010010 |
Color Harmonies of #DADCC6
Complementary color
Monochromatic Colors of #DADCC6
Black with #DADCC6
Text Example
Text Example
White with #DADCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCC6; }
p { color: rgb(218,220,198); }
H1.HeaderClassName
{
color: #DADCC6;
}
.AnyTagClassName
{
color: #DADCC6;
}
</style>
background-color css
<style>
a { background-color: #DADCC6; }
a { background-color: rgb(218,220,198); }
div.DivClassName
{
background-color: #DADCC6;
}
.BgClassName
{
background-color: #DADCC6;
}
</style>
border-color css
<style>
span { border-color: #DADCC6; }
span { border-color: rgb(218,220,198); }
td.TdClassName
{
border-color: #DADCC6;
}
.TagClassName
{
border-color: #DADCC6;
}
</style>