Shades of Snowy Mint #D8F1CB
Tints of Snowy Mint #D8F1CB
RGB
CMYK
RGB Variations
Color information
#D8F1CB (or 0xD8F1CB) is known color: Snowy Mint. HEX triplet: D8, F1 and CB. RGB value is (216,241,203). Sum of RGB (Red+Green+Blue) = 216+241+203=660 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.73% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F1CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F1CB is #270E34. Grayscale: #E5E5E5. Windows color (decimal): -2559541 or 13365720. OLE color: 13365720.
HSL color Cylindrical-coordinate representation of color #D8F1CB: hue angle of 99.47º 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 #D8F1CB is Cyan = 0.10, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 203 | - |
| CMYK | 0.10 | 0 | 0.16 | 0.05 |
| HSL | 99.47º | 0.58% | 0.87% | - |
| HSV(B) | 99.47º | 0.16% | 0.95% | - |
| XYZ | 70.55 | 81.82 | 68.57 | - |
| YUV | 229.19 | 113.22 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 203 | 0.10 | 0 | 0.16 | 0.05 | 99.47 | 0.58 | 0.87 |
| Hex | D8 | F1 | CB | A | 0 | 10 | 5 | 63 | 3A | 57 |
| Octal | 330 | 361 | 313 | 12 | 0 | 20 | 5 | 143 | 72 | 127 |
| Binary | 11011000 | 11110001 | 11001011 | 1010 | 0 | 10000 | 101 | 1100011 | 111010 | 1010111 |
Color Harmonies of #D8F1CB
Complementary color
Monochromatic Colors of #D8F1CB
Black with #D8F1CB
Text Example
Text Example
White with #D8F1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F1CB; }
p { color: rgb(216,241,203); }
H1.HeaderClassName
{
color: #D8F1CB;
}
.AnyTagClassName
{
color: #D8F1CB;
}
</style>
background-color css
<style>
a { background-color: #D8F1CB; }
a { background-color: rgb(216,241,203); }
div.DivClassName
{
background-color: #D8F1CB;
}
.BgClassName
{
background-color: #D8F1CB;
}
</style>
border-color css
<style>
span { border-color: #D8F1CB; }
span { border-color: rgb(216,241,203); }
td.TdClassName
{
border-color: #D8F1CB;
}
.TagClassName
{
border-color: #D8F1CB;
}
</style>