Shades of Snowy Mint #D8FCCD
Tints of Snowy Mint #D8FCCD
RGB
CMYK
RGB Variations
Color information
#D8FCCD (or 0xD8FCCD) is known color: Snowy Mint. HEX triplet: D8, FC and CD. RGB value is (216,252,205). Sum of RGB (Red+Green+Blue) = 216+252+205=673 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.10% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #D8FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FCCD is #270332. Grayscale: #ECECEC. Windows color (decimal): -2556723 or 13499608. OLE color: 13499608.
HSL color Cylindrical-coordinate representation of color #D8FCCD: hue angle of 105.96º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8FCCD is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 216 | 252 | 205 | - |
CMYK | 0.14 | 0 | 0.19 | 0.01 |
HSL | 105.96º | 0.89% | 0.9% | - |
HSV(B) | 105.96º | 0.19% | 0.99% | - |
XYZ | 74.15 | 88.63 | 70.96 | - |
YUV | 235.88 | 110.57 | 113.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 252 | 205 | 0.14 | 0 | 0.19 | 0.01 | 105.96 | 0.89 | 0.9 |
Hex | D8 | FC | CD | E | 0 | 13 | 1 | 6A | 59 | 5A |
Octal | 330 | 374 | 315 | 16 | 0 | 23 | 1 | 152 | 131 | 132 |
Binary | 11011000 | 11111100 | 11001101 | 1110 | 0 | 10011 | 1 | 1101010 | 1011001 | 1011010 |
Color Harmonies of #D8FCCD
Complementary color
Monochromatic Colors of #D8FCCD
Black with #D8FCCD
Text Example
Text Example
White with #D8FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FCCD; }
p { color: rgb(216,252,205); }
H1.HeaderClassName
{
color: #D8FCCD;
}
.AnyTagClassName
{
color: #D8FCCD;
}
</style>
background-color css
<style>
a { background-color: #D8FCCD; }
a { background-color: rgb(216,252,205); }
div.DivClassName
{
background-color: #D8FCCD;
}
.BgClassName
{
background-color: #D8FCCD;
}
</style>
border-color css
<style>
span { border-color: #D8FCCD; }
span { border-color: rgb(216,252,205); }
td.TdClassName
{
border-color: #D8FCCD;
}
.TagClassName
{
border-color: #D8FCCD;
}
</style>