Shades of Frost #DADCC7
Tints of Frost #DADCC7
RGB
CMYK
RGB Variations
Color information
#DADCC7 (or 0xDADCC7) is known color: Frost. HEX triplet: DA, DC and C7. RGB value is (218,220,199). Sum of RGB (Red+Green+Blue) = 218+220+199=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 199 (78.12% from 255 or 31.24% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC7 is #252338. Grayscale: #D9D9D9. Windows color (decimal): -2433849 or 13098202. OLE color: 13098202.
HSL color Cylindrical-coordinate representation of color #DADCC7: hue angle of 65.71º degrees, saturation: 0.23, 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 #DADCC7 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 199 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.14 |
| HSL | 65.71º | 0.23% | 0.82% | - |
| HSV(B) | 65.71º | 0.1% | 0.86% | - |
| XYZ | 64.82 | 70.22 | 64.17 | - |
| YUV | 217.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 199 | 0.01 | 0 | 0.10 | 0.14 | 65.71 | 0.23 | 0.82 |
| Hex | DA | DC | C7 | 1 | 0 | A | E | 42 | 17 | 52 |
| Octal | 332 | 334 | 307 | 1 | 0 | 12 | 16 | 102 | 27 | 122 |
| Binary | 11011010 | 11011100 | 11000111 | 1 | 0 | 1010 | 1110 | 1000010 | 10111 | 1010010 |
Color Harmonies of #DADCC7
Complementary color
Monochromatic Colors of #DADCC7
Black with #DADCC7
Text Example
Text Example
White with #DADCC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCC7; }
p { color: rgb(218,220,199); }
H1.HeaderClassName
{
color: #DADCC7;
}
.AnyTagClassName
{
color: #DADCC7;
}
</style>
background-color css
<style>
a { background-color: #DADCC7; }
a { background-color: rgb(218,220,199); }
div.DivClassName
{
background-color: #DADCC7;
}
.BgClassName
{
background-color: #DADCC7;
}
</style>
border-color css
<style>
span { border-color: #DADCC7; }
span { border-color: rgb(218,220,199); }
td.TdClassName
{
border-color: #DADCC7;
}
.TagClassName
{
border-color: #DADCC7;
}
</style>