Shades of Snowy Mint #D4FBCA
Tints of Snowy Mint #D4FBCA
RGB
CMYK
RGB Variations
Color information
#D4FBCA (or 0xD4FBCA) is known color: Snowy Mint. HEX triplet: D4, FB and CA. RGB value is (212,251,202). Sum of RGB (Red+Green+Blue) = 212+251+202=665 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.88% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 202 (79.30% from 255 or 30.38% from 665); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FBCA is #2B0435. Grayscale: #E9E9E9. Windows color (decimal): -2819126 or 13302740. OLE color: 13302740.
HSL color Cylindrical-coordinate representation of color #D4FBCA: hue angle of 107.76º 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 #D4FBCA is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
RGB | 212 | 251 | 202 | - |
CMYK | 0.16 | 0 | 0.20 | 0.02 |
HSL | 107.76º | 0.86% | 0.89% | - |
HSV(B) | 107.76º | 0.2% | 0.98% | - |
XYZ | 72.31 | 87.26 | 68.91 | - |
YUV | 233.75 | 110.08 | 112.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 251 | 202 | 0.16 | 0 | 0.20 | 0.02 | 107.76 | 0.86 | 0.89 |
Hex | D4 | FB | CA | 10 | 0 | 14 | 2 | 6C | 56 | 59 |
Octal | 324 | 373 | 312 | 20 | 0 | 24 | 2 | 154 | 126 | 131 |
Binary | 11010100 | 11111011 | 11001010 | 10000 | 0 | 10100 | 10 | 1101100 | 1010110 | 1011001 |
Color Harmonies of #D4FBCA
Complementary color
Monochromatic Colors of #D4FBCA
Black with #D4FBCA
Text Example
Text Example
White with #D4FBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBCA; }
p { color: rgb(212,251,202); }
H1.HeaderClassName
{
color: #D4FBCA;
}
.AnyTagClassName
{
color: #D4FBCA;
}
</style>
background-color css
<style>
a { background-color: #D4FBCA; }
a { background-color: rgb(212,251,202); }
div.DivClassName
{
background-color: #D4FBCA;
}
.BgClassName
{
background-color: #D4FBCA;
}
</style>
border-color css
<style>
span { border-color: #D4FBCA; }
span { border-color: rgb(212,251,202); }
td.TdClassName
{
border-color: #D4FBCA;
}
.TagClassName
{
border-color: #D4FBCA;
}
</style>