Shades of Snowy Mint #D8FBCA
Tints of Snowy Mint #D8FBCA
RGB
CMYK
RGB Variations
Color information
#D8FBCA (or 0xD8FBCA) is known color: Snowy Mint. HEX triplet: D8, FB and CA. RGB value is (216,251,202). Sum of RGB (Red+Green+Blue) = 216+251+202=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FBCA is #270435. Grayscale: #EBEBEB. Windows color (decimal): -2556982 or 13302744. OLE color: 13302744.
HSL color Cylindrical-coordinate representation of color #D8FBCA: hue angle of 102.86º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8FBCA is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 216 | 251 | 202 | - |
CMYK | 0.14 | 0 | 0.20 | 0.02 |
HSL | 102.86º | 0.86% | 0.89% | - |
HSV(B) | 102.86º | 0.2% | 0.98% | - |
XYZ | 73.48 | 87.86 | 68.96 | - |
YUV | 234.95 | 109.4 | 114.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 251 | 202 | 0.14 | 0 | 0.20 | 0.02 | 102.86 | 0.86 | 0.89 |
Hex | D8 | FB | CA | E | 0 | 14 | 2 | 67 | 56 | 59 |
Octal | 330 | 373 | 312 | 16 | 0 | 24 | 2 | 147 | 126 | 131 |
Binary | 11011000 | 11111011 | 11001010 | 1110 | 0 | 10100 | 10 | 1100111 | 1010110 | 1011001 |
Color Harmonies of #D8FBCA
Complementary color
Monochromatic Colors of #D8FBCA
Black with #D8FBCA
Text Example
Text Example
White with #D8FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FBCA; }
p { color: rgb(216,251,202); }
H1.HeaderClassName
{
color: #D8FBCA;
}
.AnyTagClassName
{
color: #D8FBCA;
}
</style>
background-color css
<style>
a { background-color: #D8FBCA; }
a { background-color: rgb(216,251,202); }
div.DivClassName
{
background-color: #D8FBCA;
}
.BgClassName
{
background-color: #D8FBCA;
}
</style>
border-color css
<style>
span { border-color: #D8FBCA; }
span { border-color: rgb(216,251,202); }
td.TdClassName
{
border-color: #D8FBCA;
}
.TagClassName
{
border-color: #D8FBCA;
}
</style>