Shades of Frost #DADCC2
Tints of Frost #DADCC2
RGB
CMYK
RGB Variations
Color information
#DADCC2 (or 0xDADCC2) is known color: Frost. HEX triplet: DA, DC and C2. RGB value is (218,220,194). Sum of RGB (Red+Green+Blue) = 218+220+194=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 220 (86.33% from 255 or 34.81% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCC2 is #25233D. Grayscale: #D8D8D8. Windows color (decimal): -2433854 or 12770522. OLE color: 12770522.
HSL color Cylindrical-coordinate representation of color #DADCC2: hue angle of 64.62º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DADCC2 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 194 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.14 |
| HSL | 64.62º | 0.27% | 0.81% | - |
| HSV(B) | 64.62º | 0.12% | 0.86% | - |
| XYZ | 64.24 | 69.99 | 61.16 | - |
| YUV | 216.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 194 | 0.01 | 0 | 0.12 | 0.14 | 64.62 | 0.27 | 0.81 |
| Hex | DA | DC | C2 | 1 | 0 | C | E | 41 | 1B | 51 |
| Octal | 332 | 334 | 302 | 1 | 0 | 14 | 16 | 101 | 33 | 121 |
| Binary | 11011010 | 11011100 | 11000010 | 1 | 0 | 1100 | 1110 | 1000001 | 11011 | 1010001 |
Color Harmonies of #DADCC2
Complementary color
Monochromatic Colors of #DADCC2
Black with #DADCC2
Text Example
Text Example
White with #DADCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCC2; }
p { color: rgb(218,220,194); }
H1.HeaderClassName
{
color: #DADCC2;
}
.AnyTagClassName
{
color: #DADCC2;
}
</style>
background-color css
<style>
a { background-color: #DADCC2; }
a { background-color: rgb(218,220,194); }
div.DivClassName
{
background-color: #DADCC2;
}
.BgClassName
{
background-color: #DADCC2;
}
</style>
border-color css
<style>
span { border-color: #DADCC2; }
span { border-color: rgb(218,220,194); }
td.TdClassName
{
border-color: #DADCC2;
}
.TagClassName
{
border-color: #DADCC2;
}
</style>