Shades of Frostee #DAEFC3
Tints of Frostee #DAEFC3
RGB
CMYK
RGB Variations
Color information
#DAEFC3 (or 0xDAEFC3) is known color: Frostee. HEX triplet: DA, EF and C3. RGB value is (218,239,195). Sum of RGB (Red+Green+Blue) = 218+239+195=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 239 (93.75% from 255 or 36.66% from 652); Blue value is 195 (76.56% from 255 or 29.91% from 652); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFC3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFC3 is #25103C. Grayscale: #E3E3E3. Windows color (decimal): -2428989 or 12840922. OLE color: 12840922.
HSL color Cylindrical-coordinate representation of color #DAEFC3: hue angle of 88.64º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAEFC3 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 239 | 195 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.06 |
| HSL | 88.64º | 0.58% | 0.85% | - |
| HSV(B) | 88.64º | 0.18% | 0.94% | - |
| XYZ | 69.63 | 80.58 | 63.51 | - |
| YUV | 227.71 | 109.54 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 239 | 195 | 0.09 | 0 | 0.18 | 0.06 | 88.64 | 0.58 | 0.85 |
| Hex | DA | EF | C3 | 9 | 0 | 12 | 6 | 59 | 3A | 55 |
| Octal | 332 | 357 | 303 | 11 | 0 | 22 | 6 | 131 | 72 | 125 |
| Binary | 11011010 | 11101111 | 11000011 | 1001 | 0 | 10010 | 110 | 1011001 | 111010 | 1010101 |
Color Harmonies of #DAEFC3
Complementary color
Monochromatic Colors of #DAEFC3
Black with #DAEFC3
Text Example
Text Example
White with #DAEFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAEFC3; }
p { color: rgb(218,239,195); }
H1.HeaderClassName
{
color: #DAEFC3;
}
.AnyTagClassName
{
color: #DAEFC3;
}
</style>
background-color css
<style>
a { background-color: #DAEFC3; }
a { background-color: rgb(218,239,195); }
div.DivClassName
{
background-color: #DAEFC3;
}
.BgClassName
{
background-color: #DAEFC3;
}
</style>
border-color css
<style>
span { border-color: #DAEFC3; }
span { border-color: rgb(218,239,195); }
td.TdClassName
{
border-color: #DAEFC3;
}
.TagClassName
{
border-color: #DAEFC3;
}
</style>