Shades of Frost #DAE6BB
Tints of Frost #DAE6BB
RGB
CMYK
RGB Variations
Color information
#DAE6BB (or 0xDAE6BB) is known color: Frost. HEX triplet: DA, E6 and BB. RGB value is (218,230,187). Sum of RGB (Red+Green+Blue) = 218+230+187=635 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.33% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 187 (73.44% from 255 or 29.45% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE6BB is #251944. Grayscale: #DDDDDD. Windows color (decimal): -2431301 or 12314330. OLE color: 12314330.
HSL color Cylindrical-coordinate representation of color #DAE6BB: hue angle of 76.74º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAE6BB is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 218 | 230 | 187 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.10 |
| HSL | 76.74º | 0.46% | 0.82% | - |
| HSV(B) | 76.74º | 0.19% | 0.9% | - |
| XYZ | 66.18 | 75.09 | 58.02 | - |
| YUV | 221.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 230 | 187 | 0.05 | 0 | 0.19 | 0.10 | 76.74 | 0.46 | 0.82 |
| Hex | DA | E6 | BB | 5 | 0 | 13 | A | 4D | 2E | 52 |
| Octal | 332 | 346 | 273 | 5 | 0 | 23 | 12 | 115 | 56 | 122 |
| Binary | 11011010 | 11100110 | 10111011 | 101 | 0 | 10011 | 1010 | 1001101 | 101110 | 1010010 |
Color Harmonies of #DAE6BB
Complementary color
Monochromatic Colors of #DAE6BB
Black with #DAE6BB
Text Example
Text Example
White with #DAE6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE6BB; }
p { color: rgb(218,230,187); }
H1.HeaderClassName
{
color: #DAE6BB;
}
.AnyTagClassName
{
color: #DAE6BB;
}
</style>
background-color css
<style>
a { background-color: #DAE6BB; }
a { background-color: rgb(218,230,187); }
div.DivClassName
{
background-color: #DAE6BB;
}
.BgClassName
{
background-color: #DAE6BB;
}
</style>
border-color css
<style>
span { border-color: #DAE6BB; }
span { border-color: rgb(218,230,187); }
td.TdClassName
{
border-color: #DAE6BB;
}
.TagClassName
{
border-color: #DAE6BB;
}
</style>