Shades of Frostee #DAF0C6
Tints of Frostee #DAF0C6
RGB
CMYK
RGB Variations
Color information
#DAF0C6 (or 0xDAF0C6) is known color: Frostee. HEX triplet: DA, F0 and C6. RGB value is (218,240,198). Sum of RGB (Red+Green+Blue) = 218+240+198=656 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.23% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0C6 is #250F39. Grayscale: #E4E4E4. Windows color (decimal): -2428730 or 13037786. OLE color: 13037786.
HSL color Cylindrical-coordinate representation of color #DAF0C6: hue angle of 91.43º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAF0C6 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 198 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.06 |
| HSL | 91.43º | 0.58% | 0.86% | - |
| HSV(B) | 91.43º | 0.18% | 0.94% | - |
| XYZ | 70.27 | 81.3 | 65.42 | - |
| YUV | 228.63 | 110.71 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 198 | 0.09 | 0 | 0.18 | 0.06 | 91.43 | 0.58 | 0.86 |
| Hex | DA | F0 | C6 | 9 | 0 | 12 | 6 | 5B | 3A | 56 |
| Octal | 332 | 360 | 306 | 11 | 0 | 22 | 6 | 133 | 72 | 126 |
| Binary | 11011010 | 11110000 | 11000110 | 1001 | 0 | 10010 | 110 | 1011011 | 111010 | 1010110 |
Color Harmonies of #DAF0C6
Complementary color
Monochromatic Colors of #DAF0C6
Black with #DAF0C6
Text Example
Text Example
White with #DAF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0C6; }
p { color: rgb(218,240,198); }
H1.HeaderClassName
{
color: #DAF0C6;
}
.AnyTagClassName
{
color: #DAF0C6;
}
</style>
background-color css
<style>
a { background-color: #DAF0C6; }
a { background-color: rgb(218,240,198); }
div.DivClassName
{
background-color: #DAF0C6;
}
.BgClassName
{
background-color: #DAF0C6;
}
</style>
border-color css
<style>
span { border-color: #DAF0C6; }
span { border-color: rgb(218,240,198); }
td.TdClassName
{
border-color: #DAF0C6;
}
.TagClassName
{
border-color: #DAF0C6;
}
</style>