Shades of Frost #DADDBE
Tints of Frost #DADDBE
RGB
CMYK
RGB Variations
Color information
#DADDBE (or 0xDADDBE) is known color: Frost. HEX triplet: DA, DD and BE. RGB value is (218,221,190). Sum of RGB (Red+Green+Blue) = 218+221+190=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 221 (86.72% from 255 or 35.14% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBE is #252241. Grayscale: #D8D8D8. Windows color (decimal): -2433602 or 12508634. OLE color: 12508634.
HSL color Cylindrical-coordinate representation of color #DADDBE: hue angle of 65.81º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DADDBE is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 190 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.13 |
| HSL | 65.81º | 0.31% | 0.81% | - |
| HSV(B) | 65.81º | 0.14% | 0.87% | - |
| XYZ | 64.06 | 70.34 | 58.91 | - |
| YUV | 216.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 190 | 0.01 | 0 | 0.14 | 0.13 | 65.81 | 0.31 | 0.81 |
| Hex | DA | DD | BE | 1 | 0 | E | D | 42 | 1F | 51 |
| Octal | 332 | 335 | 276 | 1 | 0 | 16 | 15 | 102 | 37 | 121 |
| Binary | 11011010 | 11011101 | 10111110 | 1 | 0 | 1110 | 1101 | 1000010 | 11111 | 1010001 |
Color Harmonies of #DADDBE
Complementary color
Monochromatic Colors of #DADDBE
Black with #DADDBE
Text Example
Text Example
White with #DADDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDBE; }
p { color: rgb(218,221,190); }
H1.HeaderClassName
{
color: #DADDBE;
}
.AnyTagClassName
{
color: #DADDBE;
}
</style>
background-color css
<style>
a { background-color: #DADDBE; }
a { background-color: rgb(218,221,190); }
div.DivClassName
{
background-color: #DADDBE;
}
.BgClassName
{
background-color: #DADDBE;
}
</style>
border-color css
<style>
span { border-color: #DADDBE; }
span { border-color: rgb(218,221,190); }
td.TdClassName
{
border-color: #DADDBE;
}
.TagClassName
{
border-color: #DADDBE;
}
</style>