Shades of Frost #DADDBC
Tints of Frost #DADDBC
RGB
CMYK
RGB Variations
Color information
#DADDBC (or 0xDADDBC) is known color: Frost. HEX triplet: DA, DD and BC. RGB value is (218,221,188). Sum of RGB (Red+Green+Blue) = 218+221+188=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 221 (86.72% from 255 or 35.25% from 627); Blue value is 188 (73.83% from 255 or 29.98% from 627); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBC is #252243. Grayscale: #D8D8D8. Windows color (decimal): -2433604 or 12377562. OLE color: 12377562.
HSL color Cylindrical-coordinate representation of color #DADDBC: hue angle of 65.45º 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 #DADDBC is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 188 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.13 |
| HSL | 65.45º | 0.33% | 0.8% | - |
| HSV(B) | 65.45º | 0.15% | 0.87% | - |
| XYZ | 63.85 | 70.25 | 57.77 | - |
| YUV | 216.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 188 | 0.01 | 0 | 0.15 | 0.13 | 65.45 | 0.33 | 0.8 |
| Hex | DA | DD | BC | 1 | 0 | F | D | 41 | 21 | 50 |
| Octal | 332 | 335 | 274 | 1 | 0 | 17 | 15 | 101 | 41 | 120 |
| Binary | 11011010 | 11011101 | 10111100 | 1 | 0 | 1111 | 1101 | 1000001 | 100001 | 1010000 |
Color Harmonies of #DADDBC
Complementary color
Monochromatic Colors of #DADDBC
Black with #DADDBC
Text Example
Text Example
White with #DADDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDBC; }
p { color: rgb(218,221,188); }
H1.HeaderClassName
{
color: #DADDBC;
}
.AnyTagClassName
{
color: #DADDBC;
}
</style>
background-color css
<style>
a { background-color: #DADDBC; }
a { background-color: rgb(218,221,188); }
div.DivClassName
{
background-color: #DADDBC;
}
.BgClassName
{
background-color: #DADDBC;
}
</style>
border-color css
<style>
span { border-color: #DADDBC; }
span { border-color: rgb(218,221,188); }
td.TdClassName
{
border-color: #DADDBC;
}
.TagClassName
{
border-color: #DADDBC;
}
</style>