Shades of Frost #DADEBD
Tints of Frost #DADEBD
RGB
CMYK
RGB Variations
Color information
#DADEBD (or 0xDADEBD) is known color: Frost. HEX triplet: DA, DE and BD. RGB value is (218,222,189). Sum of RGB (Red+Green+Blue) = 218+222+189=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 222 (87.11% from 255 or 35.29% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEBD is #252142. Grayscale: #D9D9D9. Windows color (decimal): -2433347 or 12443354. OLE color: 12443354.
HSL color Cylindrical-coordinate representation of color #DADEBD: hue angle of 67.27º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DADEBD is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 189 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.13 |
| HSL | 67.27º | 0.33% | 0.81% | - |
| HSV(B) | 67.27º | 0.15% | 0.87% | - |
| XYZ | 64.22 | 70.82 | 58.43 | - |
| YUV | 217.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 189 | 0.02 | 0 | 0.15 | 0.13 | 67.27 | 0.33 | 0.81 |
| Hex | DA | DE | BD | 2 | 0 | F | D | 43 | 21 | 51 |
| Octal | 332 | 336 | 275 | 2 | 0 | 17 | 15 | 103 | 41 | 121 |
| Binary | 11011010 | 11011110 | 10111101 | 10 | 0 | 1111 | 1101 | 1000011 | 100001 | 1010001 |
Color Harmonies of #DADEBD
Complementary color
Monochromatic Colors of #DADEBD
Black with #DADEBD
Text Example
Text Example
White with #DADEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEBD; }
p { color: rgb(218,222,189); }
H1.HeaderClassName
{
color: #DADEBD;
}
.AnyTagClassName
{
color: #DADEBD;
}
</style>
background-color css
<style>
a { background-color: #DADEBD; }
a { background-color: rgb(218,222,189); }
div.DivClassName
{
background-color: #DADEBD;
}
.BgClassName
{
background-color: #DADEBD;
}
</style>
border-color css
<style>
span { border-color: #DADEBD; }
span { border-color: rgb(218,222,189); }
td.TdClassName
{
border-color: #DADEBD;
}
.TagClassName
{
border-color: #DADEBD;
}
</style>