Shades of Frostee #DAF0CA
Tints of Frostee #DAF0CA
RGB
CMYK
RGB Variations
Color information
#DAF0CA (or 0xDAF0CA) is known color: Frostee. HEX triplet: DA, F0 and CA. RGB value is (218,240,202). Sum of RGB (Red+Green+Blue) = 218+240+202=660 (87% of max value = 765). Red value is 218 (85.55% from 255 or 33.03% from 660); Green value is 240 (94.14% from 255 or 36.36% from 660); Blue value is 202 (79.30% from 255 or 30.61% from 660); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF0CA is #250F35. Grayscale: #E5E5E5. Windows color (decimal): -2428726 or 13299930. OLE color: 13299930.
HSL color Cylindrical-coordinate representation of color #DAF0CA: hue angle of 94.74º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF0CA is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 202 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.06 |
| HSL | 94.74º | 0.56% | 0.87% | - |
| HSV(B) | 94.74º | 0.16% | 0.94% | - |
| XYZ | 70.73 | 81.49 | 67.88 | - |
| YUV | 229.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 202 | 0.09 | 0 | 0.16 | 0.06 | 94.74 | 0.56 | 0.87 |
| Hex | DA | F0 | CA | 9 | 0 | 10 | 6 | 5F | 38 | 57 |
| Octal | 332 | 360 | 312 | 11 | 0 | 20 | 6 | 137 | 70 | 127 |
| Binary | 11011010 | 11110000 | 11001010 | 1001 | 0 | 10000 | 110 | 1011111 | 111000 | 1010111 |
Color Harmonies of #DAF0CA
Complementary color
Monochromatic Colors of #DAF0CA
Black with #DAF0CA
Text Example
Text Example
White with #DAF0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF0CA; }
p { color: rgb(218,240,202); }
H1.HeaderClassName
{
color: #DAF0CA;
}
.AnyTagClassName
{
color: #DAF0CA;
}
</style>
background-color css
<style>
a { background-color: #DAF0CA; }
a { background-color: rgb(218,240,202); }
div.DivClassName
{
background-color: #DAF0CA;
}
.BgClassName
{
background-color: #DAF0CA;
}
</style>
border-color css
<style>
span { border-color: #DAF0CA; }
span { border-color: rgb(218,240,202); }
td.TdClassName
{
border-color: #DAF0CA;
}
.TagClassName
{
border-color: #DAF0CA;
}
</style>