Shades of Frost #DADCBE
Tints of Frost #DADCBE
RGB
CMYK
RGB Variations
Color information
#DADCBE (or 0xDADCBE) is known color: Frost. HEX triplet: DA, DC and BE. RGB value is (218,220,190). Sum of RGB (Red+Green+Blue) = 218+220+190=628 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.71% from 628); Green value is 220 (86.33% from 255 or 35.03% from 628); Blue value is 190 (74.61% from 255 or 30.25% from 628); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCBE is #252341. Grayscale: #D8D8D8. Windows color (decimal): -2433858 or 12508378. OLE color: 12508378.
HSL color Cylindrical-coordinate representation of color #DADCBE: hue angle of 64º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADCBE is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 220 | 190 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.14 |
| HSL | 64º | 0.3% | 0.8% | - |
| HSV(B) | 64º | 0.14% | 0.86% | - |
| XYZ | 63.8 | 69.81 | 58.83 | - |
| YUV | 215.98 | 113.34 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 220 | 190 | 0.01 | 0 | 0.14 | 0.14 | 64 | 0.3 | 0.8 |
| Hex | DA | DC | BE | 1 | 0 | E | E | 40 | 1E | 50 |
| Octal | 332 | 334 | 276 | 1 | 0 | 16 | 16 | 100 | 36 | 120 |
| Binary | 11011010 | 11011100 | 10111110 | 1 | 0 | 1110 | 1110 | 1000000 | 11110 | 1010000 |
Color Harmonies of #DADCBE
Complementary color
Monochromatic Colors of #DADCBE
Black with #DADCBE
Text Example
Text Example
White with #DADCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADCBE; }
p { color: rgb(218,220,190); }
H1.HeaderClassName
{
color: #DADCBE;
}
.AnyTagClassName
{
color: #DADCBE;
}
</style>
background-color css
<style>
a { background-color: #DADCBE; }
a { background-color: rgb(218,220,190); }
div.DivClassName
{
background-color: #DADCBE;
}
.BgClassName
{
background-color: #DADCBE;
}
</style>
border-color css
<style>
span { border-color: #DADCBE; }
span { border-color: rgb(218,220,190); }
td.TdClassName
{
border-color: #DADCBE;
}
.TagClassName
{
border-color: #DADCBE;
}
</style>