Shades of Frost #DADEC8
Tints of Frost #DADEC8
RGB
CMYK
RGB Variations
Color information
#DADEC8 (or 0xDADEC8) is known color: Frost. HEX triplet: DA, DE and C8. RGB value is (218,222,200). Sum of RGB (Red+Green+Blue) = 218+222+200=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 200 (78.52% from 255 or 31.25% from 640); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEC8 is #252137. Grayscale: #DADADA. Windows color (decimal): -2433336 or 13164250. OLE color: 13164250.
HSL color Cylindrical-coordinate representation of color #DADEC8: hue angle of 70.91º degrees, saturation: 0.25, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DADEC8 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 200 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.13 |
| HSL | 70.91º | 0.25% | 0.83% | - |
| HSV(B) | 70.91º | 0.1% | 0.87% | - |
| XYZ | 65.46 | 71.32 | 64.96 | - |
| YUV | 218.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 200 | 0.02 | 0 | 0.10 | 0.13 | 70.91 | 0.25 | 0.83 |
| Hex | DA | DE | C8 | 2 | 0 | A | D | 47 | 19 | 53 |
| Octal | 332 | 336 | 310 | 2 | 0 | 12 | 15 | 107 | 31 | 123 |
| Binary | 11011010 | 11011110 | 11001000 | 10 | 0 | 1010 | 1101 | 1000111 | 11001 | 1010011 |
Color Harmonies of #DADEC8
Complementary color
Monochromatic Colors of #DADEC8
Black with #DADEC8
Text Example
Text Example
White with #DADEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEC8; }
p { color: rgb(218,222,200); }
H1.HeaderClassName
{
color: #DADEC8;
}
.AnyTagClassName
{
color: #DADEC8;
}
</style>
background-color css
<style>
a { background-color: #DADEC8; }
a { background-color: rgb(218,222,200); }
div.DivClassName
{
background-color: #DADEC8;
}
.BgClassName
{
background-color: #DADEC8;
}
</style>
border-color css
<style>
span { border-color: #DADEC8; }
span { border-color: rgb(218,222,200); }
td.TdClassName
{
border-color: #DADEC8;
}
.TagClassName
{
border-color: #DADEC8;
}
</style>