Shades of Frost #DADFC6
Tints of Frost #DADFC6
RGB
CMYK
RGB Variations
Color information
#DADFC6 (or 0xDADFC6) is known color: Frost. HEX triplet: DA, DF and C6. RGB value is (218,223,198). Sum of RGB (Red+Green+Blue) = 218+223+198=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFC6 is #252039. Grayscale: #DADADA. Windows color (decimal): -2433082 or 13033434. OLE color: 13033434.
HSL color Cylindrical-coordinate representation of color #DADFC6: hue angle of 72º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DADFC6 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 218 | 223 | 198 | - |
CMYK | 0.02 | 0 | 0.11 | 0.13 |
HSL | 72º | 0.28% | 0.83% | - |
HSV(B) | 72º | 0.11% | 0.87% | - |
XYZ | 65.49 | 71.76 | 63.82 | - |
YUV | 218.66 | 116.34 | 127.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 223 | 198 | 0.02 | 0 | 0.11 | 0.13 | 72 | 0.28 | 0.83 |
Hex | DA | DF | C6 | 2 | 0 | B | D | 48 | 1C | 53 |
Octal | 332 | 337 | 306 | 2 | 0 | 13 | 15 | 110 | 34 | 123 |
Binary | 11011010 | 11011111 | 11000110 | 10 | 0 | 1011 | 1101 | 1001000 | 11100 | 1010011 |
Color Harmonies of #DADFC6
Complementary color
Monochromatic Colors of #DADFC6
Black with #DADFC6
Text Example
Text Example
White with #DADFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADFC6; }
p { color: rgb(218,223,198); }
H1.HeaderClassName
{
color: #DADFC6;
}
.AnyTagClassName
{
color: #DADFC6;
}
</style>
background-color css
<style>
a { background-color: #DADFC6; }
a { background-color: rgb(218,223,198); }
div.DivClassName
{
background-color: #DADFC6;
}
.BgClassName
{
background-color: #DADFC6;
}
</style>
border-color css
<style>
span { border-color: #DADFC6; }
span { border-color: rgb(218,223,198); }
td.TdClassName
{
border-color: #DADFC6;
}
.TagClassName
{
border-color: #DADFC6;
}
</style>