Shades of Snowy Mint #D9F5CC
Tints of Snowy Mint #D9F5CC
RGB
CMYK
RGB Variations
Color information
#D9F5CC (or 0xD9F5CC) is known color: Snowy Mint. HEX triplet: D9, F5 and CC. RGB value is (217,245,204). Sum of RGB (Red+Green+Blue) = 217+245+204=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 245 (96.09% from 255 or 36.79% from 666); Blue value is 204 (80.08% from 255 or 30.63% from 666); Max value from RGB is 245 - color contains mainly: green. Hex color #D9F5CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F5CC is #260A33. Grayscale: #E8E8E8. Windows color (decimal): -2492980 or 13432281. OLE color: 13432281.
HSL color Cylindrical-coordinate representation of color #D9F5CC: hue angle of 100.98º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9F5CC is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 245 | 204 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.04 |
| HSL | 100.98º | 0.67% | 0.88% | - |
| HSV(B) | 100.98º | 0.17% | 0.96% | - |
| XYZ | 72.17 | 84.42 | 69.62 | - |
| YUV | 231.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 245 | 204 | 0.11 | 0 | 0.17 | 0.04 | 100.98 | 0.67 | 0.88 |
| Hex | D9 | F5 | CC | B | 0 | 11 | 4 | 65 | 43 | 58 |
| Octal | 331 | 365 | 314 | 13 | 0 | 21 | 4 | 145 | 103 | 130 |
| Binary | 11011001 | 11110101 | 11001100 | 1011 | 0 | 10001 | 100 | 1100101 | 1000011 | 1011000 |
Color Harmonies of #D9F5CC
Complementary color
Monochromatic Colors of #D9F5CC
Black with #D9F5CC
Text Example
Text Example
White with #D9F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F5CC; }
p { color: rgb(217,245,204); }
H1.HeaderClassName
{
color: #D9F5CC;
}
.AnyTagClassName
{
color: #D9F5CC;
}
</style>
background-color css
<style>
a { background-color: #D9F5CC; }
a { background-color: rgb(217,245,204); }
div.DivClassName
{
background-color: #D9F5CC;
}
.BgClassName
{
background-color: #D9F5CC;
}
</style>
border-color css
<style>
span { border-color: #D9F5CC; }
span { border-color: rgb(217,245,204); }
td.TdClassName
{
border-color: #D9F5CC;
}
.TagClassName
{
border-color: #D9F5CC;
}
</style>