Shades of Frost #DADDBB
Tints of Frost #DADDBB
RGB
CMYK
RGB Variations
Color information
#DADDBB (or 0xDADDBB) is known color: Frost. HEX triplet: DA, DD and BB. RGB value is (218,221,187). Sum of RGB (Red+Green+Blue) = 218+221+187=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 187 (73.44% from 255 or 29.87% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBB is #252244. Grayscale: #D8D8D8. Windows color (decimal): -2433605 or 12312026. OLE color: 12312026.
HSL color Cylindrical-coordinate representation of color #DADDBB: hue angle of 65.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DADDBB is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 187 | - |
CMYK | 0.01 | 0 | 0.15 | 0.13 |
HSL | 65.29º | 0.33% | 0.8% | - |
HSV(B) | 65.29º | 0.15% | 0.87% | - |
XYZ | 63.74 | 70.21 | 57.21 | - |
YUV | 216.23 | 111.51 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 187 | 0.01 | 0 | 0.15 | 0.13 | 65.29 | 0.33 | 0.8 |
Hex | DA | DD | BB | 1 | 0 | F | D | 41 | 21 | 50 |
Octal | 332 | 335 | 273 | 1 | 0 | 17 | 15 | 101 | 41 | 120 |
Binary | 11011010 | 11011101 | 10111011 | 1 | 0 | 1111 | 1101 | 1000001 | 100001 | 1010000 |
Color Harmonies of #DADDBB
Complementary color
Monochromatic Colors of #DADDBB
Black with #DADDBB
Text Example
Text Example
White with #DADDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDBB; }
p { color: rgb(218,221,187); }
H1.HeaderClassName
{
color: #DADDBB;
}
.AnyTagClassName
{
color: #DADDBB;
}
</style>
background-color css
<style>
a { background-color: #DADDBB; }
a { background-color: rgb(218,221,187); }
div.DivClassName
{
background-color: #DADDBB;
}
.BgClassName
{
background-color: #DADDBB;
}
</style>
border-color css
<style>
span { border-color: #DADDBB; }
span { border-color: rgb(218,221,187); }
td.TdClassName
{
border-color: #DADDBB;
}
.TagClassName
{
border-color: #DADDBB;
}
</style>