Shades of Snowy Mint #D0FCC5
Tints of Snowy Mint #D0FCC5
RGB
CMYK
RGB Variations
Color information
#D0FCC5 (or 0xD0FCC5) is known color: Snowy Mint. HEX triplet: D0, FC and C5. RGB value is (208,252,197). Sum of RGB (Red+Green+Blue) = 208+252+197=657 (87% of max value = 765). Red value is 208 (81.64% from 255 or 31.66% from 657); Green value is 252 (98.83% from 255 or 38.36% from 657); Blue value is 197 (77.34% from 255 or 29.98% from 657); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCC5 is #2F033A. Grayscale: #E8E8E8. Windows color (decimal): -3081019 or 12975312. OLE color: 12975312.
HSL color Cylindrical-coordinate representation of color #D0FCC5: hue angle of 108º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D0FCC5 is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 252 | 197 | - |
| CMYK | 0.17 | 0 | 0.22 | 0.01 |
| HSL | 108º | 0.9% | 0.88% | - |
| HSV(B) | 108º | 0.22% | 0.99% | - |
| XYZ | 70.9 | 87.06 | 65.89 | - |
| YUV | 232.57 | 107.92 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 252 | 197 | 0.17 | 0 | 0.22 | 0.01 | 108 | 0.9 | 0.88 |
| Hex | D0 | FC | C5 | 11 | 0 | 16 | 1 | 6C | 5A | 58 |
| Octal | 320 | 374 | 305 | 21 | 0 | 26 | 1 | 154 | 132 | 130 |
| Binary | 11010000 | 11111100 | 11000101 | 10001 | 0 | 10110 | 1 | 1101100 | 1011010 | 1011000 |
Color Harmonies of #D0FCC5
Complementary color
Monochromatic Colors of #D0FCC5
Black with #D0FCC5
Text Example
Text Example
White with #D0FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0FCC5; }
p { color: rgb(208,252,197); }
H1.HeaderClassName
{
color: #D0FCC5;
}
.AnyTagClassName
{
color: #D0FCC5;
}
</style>
background-color css
<style>
a { background-color: #D0FCC5; }
a { background-color: rgb(208,252,197); }
div.DivClassName
{
background-color: #D0FCC5;
}
.BgClassName
{
background-color: #D0FCC5;
}
</style>
border-color css
<style>
span { border-color: #D0FCC5; }
span { border-color: rgb(208,252,197); }
td.TdClassName
{
border-color: #D0FCC5;
}
.TagClassName
{
border-color: #D0FCC5;
}
</style>