Shades of Frost #DADEBB
Tints of Frost #DADEBB
RGB
CMYK
RGB Variations
Color information
#DADEBB (or 0xDADEBB) is known color: Frost. HEX triplet: DA, DE and BB. RGB value is (218,222,187). Sum of RGB (Red+Green+Blue) = 218+222+187=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 222 (87.11% from 255 or 35.41% from 627); Blue value is 187 (73.44% from 255 or 29.82% from 627); Max value from RGB is 222 - color contains mainly: green. Hex color #DADEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADEBB is #252144. Grayscale: #D8D8D8. Windows color (decimal): -2433349 or 12312282. OLE color: 12312282.
HSL color Cylindrical-coordinate representation of color #DADEBB: hue angle of 66.86º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DADEBB is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 222 | 187 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.13 |
| HSL | 66.86º | 0.35% | 0.8% | - |
| HSV(B) | 66.86º | 0.16% | 0.87% | - |
| XYZ | 64 | 70.74 | 57.29 | - |
| YUV | 216.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 222 | 187 | 0.02 | 0 | 0.16 | 0.13 | 66.86 | 0.35 | 0.8 |
| Hex | DA | DE | BB | 2 | 0 | 10 | D | 43 | 23 | 50 |
| Octal | 332 | 336 | 273 | 2 | 0 | 20 | 15 | 103 | 43 | 120 |
| Binary | 11011010 | 11011110 | 10111011 | 10 | 0 | 10000 | 1101 | 1000011 | 100011 | 1010000 |
Color Harmonies of #DADEBB
Complementary color
Monochromatic Colors of #DADEBB
Black with #DADEBB
Text Example
Text Example
White with #DADEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADEBB; }
p { color: rgb(218,222,187); }
H1.HeaderClassName
{
color: #DADEBB;
}
.AnyTagClassName
{
color: #DADEBB;
}
</style>
background-color css
<style>
a { background-color: #DADEBB; }
a { background-color: rgb(218,222,187); }
div.DivClassName
{
background-color: #DADEBB;
}
.BgClassName
{
background-color: #DADEBB;
}
</style>
border-color css
<style>
span { border-color: #DADEBB; }
span { border-color: rgb(218,222,187); }
td.TdClassName
{
border-color: #DADEBB;
}
.TagClassName
{
border-color: #DADEBB;
}
</style>