Shades of Snowy Mint #DAF1CC
Tints of Snowy Mint #DAF1CC
RGB
CMYK
RGB Variations
Color information
#DAF1CC (or 0xDAF1CC) is known color: Snowy Mint. HEX triplet: DA, F1 and CC. RGB value is (218,241,204). Sum of RGB (Red+Green+Blue) = 218+241+204=663 (87% of max value = 765). Red value is 218 (85.55% from 255 or 32.88% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1CC is #250E33. Grayscale: #E6E6E6. Windows color (decimal): -2428468 or 13431258. OLE color: 13431258.
HSL color Cylindrical-coordinate representation of color #DAF1CC: hue angle of 97.3º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAF1CC is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 204 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.05 |
| HSL | 97.3º | 0.57% | 0.87% | - |
| HSV(B) | 97.3º | 0.15% | 0.95% | - |
| XYZ | 71.27 | 82.18 | 69.23 | - |
| YUV | 229.91 | 113.38 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 204 | 0.10 | 0 | 0.15 | 0.05 | 97.3 | 0.57 | 0.87 |
| Hex | DA | F1 | CC | A | 0 | F | 5 | 61 | 39 | 57 |
| Octal | 332 | 361 | 314 | 12 | 0 | 17 | 5 | 141 | 71 | 127 |
| Binary | 11011010 | 11110001 | 11001100 | 1010 | 0 | 1111 | 101 | 1100001 | 111001 | 1010111 |
Color Harmonies of #DAF1CC
Complementary color
Monochromatic Colors of #DAF1CC
Black with #DAF1CC
Text Example
Text Example
White with #DAF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF1CC; }
p { color: rgb(218,241,204); }
H1.HeaderClassName
{
color: #DAF1CC;
}
.AnyTagClassName
{
color: #DAF1CC;
}
</style>
background-color css
<style>
a { background-color: #DAF1CC; }
a { background-color: rgb(218,241,204); }
div.DivClassName
{
background-color: #DAF1CC;
}
.BgClassName
{
background-color: #DAF1CC;
}
</style>
border-color css
<style>
span { border-color: #DAF1CC; }
span { border-color: rgb(218,241,204); }
td.TdClassName
{
border-color: #DAF1CC;
}
.TagClassName
{
border-color: #DAF1CC;
}
</style>