Shades of Snowy Mint #DAF8CF
Tints of Snowy Mint #DAF8CF
RGB
CMYK
RGB Variations
Color information
#DAF8CF (or 0xDAF8CF) is known color: Snowy Mint. HEX triplet: DA, F8 and CF. RGB value is (218,248,207). Sum of RGB (Red+Green+Blue) = 218+248+207=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 248 (97.27% from 255 or 36.85% from 673); Blue value is 207 (81.25% from 255 or 30.76% from 673); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF8CF is #250730. Grayscale: #EAEAEA. Windows color (decimal): -2426673 or 13629658. OLE color: 13629658.
HSL color Cylindrical-coordinate representation of color #DAF8CF: hue angle of 103.9º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAF8CF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 207 | - |
| CMYK | 0.12 | 0 | 0.17 | 0.03 |
| HSL | 103.9º | 0.75% | 0.89% | - |
| HSV(B) | 103.9º | 0.17% | 0.97% | - |
| XYZ | 73.74 | 86.55 | 71.85 | - |
| YUV | 234.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 207 | 0.12 | 0 | 0.17 | 0.03 | 103.9 | 0.75 | 0.89 |
| Hex | DA | F8 | CF | C | 0 | 11 | 3 | 68 | 4B | 59 |
| Octal | 332 | 370 | 317 | 14 | 0 | 21 | 3 | 150 | 113 | 131 |
| Binary | 11011010 | 11111000 | 11001111 | 1100 | 0 | 10001 | 11 | 1101000 | 1001011 | 1011001 |
Color Harmonies of #DAF8CF
Complementary color
Monochromatic Colors of #DAF8CF
Black with #DAF8CF
Text Example
Text Example
White with #DAF8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF8CF; }
p { color: rgb(218,248,207); }
H1.HeaderClassName
{
color: #DAF8CF;
}
.AnyTagClassName
{
color: #DAF8CF;
}
</style>
background-color css
<style>
a { background-color: #DAF8CF; }
a { background-color: rgb(218,248,207); }
div.DivClassName
{
background-color: #DAF8CF;
}
.BgClassName
{
background-color: #DAF8CF;
}
</style>
border-color css
<style>
span { border-color: #DAF8CF; }
span { border-color: rgb(218,248,207); }
td.TdClassName
{
border-color: #DAF8CF;
}
.TagClassName
{
border-color: #DAF8CF;
}
</style>