Shades of Snowy Mint #D9F1CB
Tints of Snowy Mint #D9F1CB
RGB
CMYK
RGB Variations
Color information
#D9F1CB (or 0xD9F1CB) is known color: Snowy Mint. HEX triplet: D9, F1 and CB. RGB value is (217,241,203). Sum of RGB (Red+Green+Blue) = 217+241+203=661 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.83% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1CB is #260E34. Grayscale: #E5E5E5. Windows color (decimal): -2494005 or 13365721. OLE color: 13365721.
HSL color Cylindrical-coordinate representation of color #D9F1CB: hue angle of 97.89º degrees, saturation: 0.58, 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 #D9F1CB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 203 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.05 |
| HSL | 97.89º | 0.58% | 0.87% | - |
| HSV(B) | 97.89º | 0.16% | 0.95% | - |
| XYZ | 70.85 | 81.97 | 68.59 | - |
| YUV | 229.49 | 113.05 | 119.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 203 | 0.10 | 0 | 0.16 | 0.05 | 97.89 | 0.58 | 0.87 |
| Hex | D9 | F1 | CB | A | 0 | 10 | 5 | 62 | 3A | 57 |
| Octal | 331 | 361 | 313 | 12 | 0 | 20 | 5 | 142 | 72 | 127 |
| Binary | 11011001 | 11110001 | 11001011 | 1010 | 0 | 10000 | 101 | 1100010 | 111010 | 1010111 |
Color Harmonies of #D9F1CB
Complementary color
Monochromatic Colors of #D9F1CB
Black with #D9F1CB
Text Example
Text Example
White with #D9F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F1CB; }
p { color: rgb(217,241,203); }
H1.HeaderClassName
{
color: #D9F1CB;
}
.AnyTagClassName
{
color: #D9F1CB;
}
</style>
background-color css
<style>
a { background-color: #D9F1CB; }
a { background-color: rgb(217,241,203); }
div.DivClassName
{
background-color: #D9F1CB;
}
.BgClassName
{
background-color: #D9F1CB;
}
</style>
border-color css
<style>
span { border-color: #D9F1CB; }
span { border-color: rgb(217,241,203); }
td.TdClassName
{
border-color: #D9F1CB;
}
.TagClassName
{
border-color: #D9F1CB;
}
</style>