Shades of Frost #DADDBD
Tints of Frost #DADDBD
RGB
CMYK
RGB Variations
Color information
#DADDBD (or 0xDADDBD) is known color: Frost. HEX triplet: DA, DD and BD. RGB value is (218,221,189). Sum of RGB (Red+Green+Blue) = 218+221+189=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 221 (86.72% from 255 or 35.19% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBD is #252242. Grayscale: #D8D8D8. Windows color (decimal): -2433603 or 12443098. OLE color: 12443098.
HSL color Cylindrical-coordinate representation of color #DADDBD: hue angle of 65.62º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADDBD is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 189 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.13 |
| HSL | 65.63º | 0.32% | 0.8% | - |
| HSV(B) | 65.63º | 0.14% | 0.87% | - |
| XYZ | 63.96 | 70.29 | 58.34 | - |
| YUV | 216.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 189 | 0.01 | 0 | 0.14 | 0.13 | 65.63 | 0.32 | 0.8 |
| Hex | DA | DD | BD | 1 | 0 | E | D | 42 | 20 | 50 |
| Octal | 332 | 335 | 275 | 1 | 0 | 16 | 15 | 102 | 40 | 120 |
| Binary | 11011010 | 11011101 | 10111101 | 1 | 0 | 1110 | 1101 | 1000010 | 100000 | 1010000 |
Color Harmonies of #DADDBD
Complementary color
Monochromatic Colors of #DADDBD
Black with #DADDBD
Text Example
Text Example
White with #DADDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDBD; }
p { color: rgb(218,221,189); }
H1.HeaderClassName
{
color: #DADDBD;
}
.AnyTagClassName
{
color: #DADDBD;
}
</style>
background-color css
<style>
a { background-color: #DADDBD; }
a { background-color: rgb(218,221,189); }
div.DivClassName
{
background-color: #DADDBD;
}
.BgClassName
{
background-color: #DADDBD;
}
</style>
border-color css
<style>
span { border-color: #DADDBD; }
span { border-color: rgb(218,221,189); }
td.TdClassName
{
border-color: #DADDBD;
}
.TagClassName
{
border-color: #DADDBD;
}
</style>