Shades of Snowy Mint #D9F0CC
Tints of Snowy Mint #D9F0CC
RGB
CMYK
RGB Variations
Color information
#D9F0CC (or 0xD9F0CC) is known color: Snowy Mint. HEX triplet: D9, F0 and CC. RGB value is (217,240,204). Sum of RGB (Red+Green+Blue) = 217+240+204=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 204 (80.08% from 255 or 30.86% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #D9F0CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F0CC is #260F33. Grayscale: #E5E5E5. Windows color (decimal): -2494260 or 13431001. OLE color: 13431001.
HSL color Cylindrical-coordinate representation of color #D9F0CC: hue angle of 98.33º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9F0CC is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 217 | 240 | 204 | - |
CMYK | 0.10 | 0 | 0.15 | 0.06 |
HSL | 98.33º | 0.55% | 0.87% | - |
HSV(B) | 98.33º | 0.15% | 0.94% | - |
XYZ | 70.67 | 81.43 | 69.12 | - |
YUV | 229.02 | 113.88 | 119.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 240 | 204 | 0.10 | 0 | 0.15 | 0.06 | 98.33 | 0.55 | 0.87 |
Hex | D9 | F0 | CC | A | 0 | F | 6 | 62 | 37 | 57 |
Octal | 331 | 360 | 314 | 12 | 0 | 17 | 6 | 142 | 67 | 127 |
Binary | 11011001 | 11110000 | 11001100 | 1010 | 0 | 1111 | 110 | 1100010 | 110111 | 1010111 |
Color Harmonies of #D9F0CC
Complementary color
Monochromatic Colors of #D9F0CC
Black with #D9F0CC
Text Example
Text Example
White with #D9F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F0CC; }
p { color: rgb(217,240,204); }
H1.HeaderClassName
{
color: #D9F0CC;
}
.AnyTagClassName
{
color: #D9F0CC;
}
</style>
background-color css
<style>
a { background-color: #D9F0CC; }
a { background-color: rgb(217,240,204); }
div.DivClassName
{
background-color: #D9F0CC;
}
.BgClassName
{
background-color: #D9F0CC;
}
</style>
border-color css
<style>
span { border-color: #D9F0CC; }
span { border-color: rgb(217,240,204); }
td.TdClassName
{
border-color: #D9F0CC;
}
.TagClassName
{
border-color: #D9F0CC;
}
</style>