Shades of Frost #DADDBF
Tints of Frost #DADDBF
RGB
CMYK
RGB Variations
Color information
#DADDBF (or 0xDADDBF) is known color: Frost. HEX triplet: DA, DD and BF. RGB value is (218,221,191). Sum of RGB (Red+Green+Blue) = 218+221+191=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDBF is #252240. Grayscale: #D8D8D8. Windows color (decimal): -2433601 or 12574170. OLE color: 12574170.
HSL color Cylindrical-coordinate representation of color #DADDBF: hue angle of 66º 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 #DADDBF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 221 | 191 | - |
CMYK | 0.01 | 0 | 0.14 | 0.13 |
HSL | 66º | 0.31% | 0.81% | - |
HSV(B) | 66º | 0.14% | 0.87% | - |
XYZ | 64.17 | 70.38 | 59.49 | - |
YUV | 216.68 | 113.51 | 128.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 221 | 191 | 0.01 | 0 | 0.14 | 0.13 | 66 | 0.31 | 0.81 |
Hex | DA | DD | BF | 1 | 0 | E | D | 42 | 1F | 51 |
Octal | 332 | 335 | 277 | 1 | 0 | 16 | 15 | 102 | 37 | 121 |
Binary | 11011010 | 11011101 | 10111111 | 1 | 0 | 1110 | 1101 | 1000010 | 11111 | 1010001 |
Color Harmonies of #DADDBF
Complementary color
Monochromatic Colors of #DADDBF
Black with #DADDBF
Text Example
Text Example
White with #DADDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDBF; }
p { color: rgb(218,221,191); }
H1.HeaderClassName
{
color: #DADDBF;
}
.AnyTagClassName
{
color: #DADDBF;
}
</style>
background-color css
<style>
a { background-color: #DADDBF; }
a { background-color: rgb(218,221,191); }
div.DivClassName
{
background-color: #DADDBF;
}
.BgClassName
{
background-color: #DADDBF;
}
</style>
border-color css
<style>
span { border-color: #DADDBF; }
span { border-color: rgb(218,221,191); }
td.TdClassName
{
border-color: #DADDBF;
}
.TagClassName
{
border-color: #DADDBF;
}
</style>