Shades of Snowy Mint #D9F2CC
Tints of Snowy Mint #D9F2CC
RGB
CMYK
RGB Variations
Color information
#D9F2CC (or 0xD9F2CC) is known color: Snowy Mint. HEX triplet: D9, F2 and CC. RGB value is (217,242,204). Sum of RGB (Red+Green+Blue) = 217+242+204=663 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.73% from 663); Green value is 242 (94.92% from 255 or 36.50% from 663); Blue value is 204 (80.08% from 255 or 30.77% from 663); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F2CC is #260D33. Grayscale: #E6E6E6. Windows color (decimal): -2493748 or 13431513. OLE color: 13431513.
HSL color Cylindrical-coordinate representation of color #D9F2CC: hue angle of 99.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9F2CC is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 242 | 204 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.05 |
| HSL | 99.47º | 0.59% | 0.87% | - |
| HSV(B) | 99.47º | 0.16% | 0.95% | - |
| XYZ | 71.27 | 82.62 | 69.32 | - |
| YUV | 230.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 242 | 204 | 0.10 | 0 | 0.16 | 0.05 | 99.47 | 0.59 | 0.87 |
| Hex | D9 | F2 | CC | A | 0 | 10 | 5 | 63 | 3B | 57 |
| Octal | 331 | 362 | 314 | 12 | 0 | 20 | 5 | 143 | 73 | 127 |
| Binary | 11011001 | 11110010 | 11001100 | 1010 | 0 | 10000 | 101 | 1100011 | 111011 | 1010111 |
Color Harmonies of #D9F2CC
Complementary color
Monochromatic Colors of #D9F2CC
Black with #D9F2CC
Text Example
Text Example
White with #D9F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F2CC; }
p { color: rgb(217,242,204); }
H1.HeaderClassName
{
color: #D9F2CC;
}
.AnyTagClassName
{
color: #D9F2CC;
}
</style>
background-color css
<style>
a { background-color: #D9F2CC; }
a { background-color: rgb(217,242,204); }
div.DivClassName
{
background-color: #D9F2CC;
}
.BgClassName
{
background-color: #D9F2CC;
}
</style>
border-color css
<style>
span { border-color: #D9F2CC; }
span { border-color: rgb(217,242,204); }
td.TdClassName
{
border-color: #D9F2CC;
}
.TagClassName
{
border-color: #D9F2CC;
}
</style>