Shades of Snowy Mint #D8F0CD
Tints of Snowy Mint #D8F0CD
RGB
CMYK
RGB Variations
Color information
#D8F0CD (or 0xD8F0CD) is known color: Snowy Mint. HEX triplet: D8, F0 and CD. RGB value is (216,240,205). Sum of RGB (Red+Green+Blue) = 216+240+205=661 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.68% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 205 (80.47% from 255 or 31.01% from 661); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0CD is #270F32. Grayscale: #E4E4E4. Windows color (decimal): -2559795 or 13496536. OLE color: 13496536.
HSL color Cylindrical-coordinate representation of color #D8F0CD: hue angle of 101.14º degrees, saturation: 0.54, 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 #D8F0CD is Cyan = 0.1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 216 | 240 | 205 | - |
CMYK | 0.1 | 0 | 0.15 | 0.06 |
HSL | 101.14º | 0.54% | 0.87% | - |
HSV(B) | 101.14º | 0.15% | 0.94% | - |
XYZ | 70.5 | 81.33 | 69.74 | - |
YUV | 228.83 | 114.55 | 118.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 240 | 205 | 0.1 | 0 | 0.15 | 0.06 | 101.14 | 0.54 | 0.87 |
Hex | D8 | F0 | CD | A | 0 | F | 6 | 65 | 36 | 57 |
Octal | 330 | 360 | 315 | 12 | 0 | 17 | 6 | 145 | 66 | 127 |
Binary | 11011000 | 11110000 | 11001101 | 1010 | 0 | 1111 | 110 | 1100101 | 110110 | 1010111 |
Color Harmonies of #D8F0CD
Complementary color
Monochromatic Colors of #D8F0CD
Black with #D8F0CD
Text Example
Text Example
White with #D8F0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0CD; }
p { color: rgb(216,240,205); }
H1.HeaderClassName
{
color: #D8F0CD;
}
.AnyTagClassName
{
color: #D8F0CD;
}
</style>
background-color css
<style>
a { background-color: #D8F0CD; }
a { background-color: rgb(216,240,205); }
div.DivClassName
{
background-color: #D8F0CD;
}
.BgClassName
{
background-color: #D8F0CD;
}
</style>
border-color css
<style>
span { border-color: #D8F0CD; }
span { border-color: rgb(216,240,205); }
td.TdClassName
{
border-color: #D8F0CD;
}
.TagClassName
{
border-color: #D8F0CD;
}
</style>