Shades of Snowy Mint #D8F0D0
Tints of Snowy Mint #D8F0D0
RGB
CMYK
RGB Variations
Color information
#D8F0D0 (or 0xD8F0D0) is known color: Snowy Mint. HEX triplet: D8, F0 and D0. RGB value is (216,240,208). Sum of RGB (Red+Green+Blue) = 216+240+208=664 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.53% from 664); Green value is 240 (94.14% from 255 or 36.14% from 664); Blue value is 208 (81.64% from 255 or 31.33% from 664); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0D0 is #270F2F. Grayscale: #E5E5E5. Windows color (decimal): -2559792 or 13693144. OLE color: 13693144.
HSL color Cylindrical-coordinate representation of color #D8F0D0: hue angle of 105º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8F0D0 is Cyan = 0.1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
RGB | 216 | 240 | 208 | - |
CMYK | 0.1 | 0 | 0.13 | 0.06 |
HSL | 105º | 0.52% | 0.88% | - |
HSV(B) | 105º | 0.13% | 0.94% | - |
XYZ | 70.86 | 81.47 | 71.67 | - |
YUV | 229.18 | 116.05 | 118.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 240 | 208 | 0.1 | 0 | 0.13 | 0.06 | 105 | 0.52 | 0.88 |
Hex | D8 | F0 | D0 | A | 0 | D | 6 | 69 | 34 | 58 |
Octal | 330 | 360 | 320 | 12 | 0 | 15 | 6 | 151 | 64 | 130 |
Binary | 11011000 | 11110000 | 11010000 | 1010 | 0 | 1101 | 110 | 1101001 | 110100 | 1011000 |
Color Harmonies of #D8F0D0
Complementary color
Monochromatic Colors of #D8F0D0
Black with #D8F0D0
Text Example
Text Example
White with #D8F0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F0D0; }
p { color: rgb(216,240,208); }
H1.HeaderClassName
{
color: #D8F0D0;
}
.AnyTagClassName
{
color: #D8F0D0;
}
</style>
background-color css
<style>
a { background-color: #D8F0D0; }
a { background-color: rgb(216,240,208); }
div.DivClassName
{
background-color: #D8F0D0;
}
.BgClassName
{
background-color: #D8F0D0;
}
</style>
border-color css
<style>
span { border-color: #D8F0D0; }
span { border-color: rgb(216,240,208); }
td.TdClassName
{
border-color: #D8F0D0;
}
.TagClassName
{
border-color: #D8F0D0;
}
</style>