Shades of Snowy Mint #D4FFCA
Tints of Snowy Mint #D4FFCA
RGB
CMYK
RGB Variations
Color information
#D4FFCA (or 0xD4FFCA) is known color: Snowy Mint. HEX triplet: D4, FF and CA. RGB value is (212,255,202). Sum of RGB (Red+Green+Blue) = 212+255+202=669 (88% of max value = 765). Red value is 212 (83.20% from 255 or 31.69% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 202 (79.30% from 255 or 30.19% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4FFCA is #2B0035. Grayscale: #ECECEC. Windows color (decimal): -2818102 or 13303764. OLE color: 13303764.
HSL color Cylindrical-coordinate representation of color #D4FFCA: hue angle of 108.68º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4FFCA is Cyan = 0.17, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 212 | 255 | 202 | - |
CMYK | 0.17 | 0 | 0.21 | 0 |
HSL | 108.68º | 1% | 0.9% | - |
HSV(B) | 108.68º | 0.21% | 1% | - |
XYZ | 73.57 | 89.78 | 69.33 | - |
YUV | 236.1 | 108.75 | 110.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 255 | 202 | 0.17 | 0 | 0.21 | 0 | 108.68 | 1 | 0.9 |
Hex | D4 | FF | CA | 11 | 0 | 15 | 0 | 6D | 64 | 5A |
Octal | 324 | 377 | 312 | 21 | 0 | 25 | 0 | 155 | 144 | 132 |
Binary | 11010100 | 11111111 | 11001010 | 10001 | 0 | 10101 | 0 | 1101101 | 1100100 | 1011010 |
Color Harmonies of #D4FFCA
Complementary color
Monochromatic Colors of #D4FFCA
Black with #D4FFCA
Text Example
Text Example
White with #D4FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FFCA; }
p { color: rgb(212,255,202); }
H1.HeaderClassName
{
color: #D4FFCA;
}
.AnyTagClassName
{
color: #D4FFCA;
}
</style>
background-color css
<style>
a { background-color: #D4FFCA; }
a { background-color: rgb(212,255,202); }
div.DivClassName
{
background-color: #D4FFCA;
}
.BgClassName
{
background-color: #D4FFCA;
}
</style>
border-color css
<style>
span { border-color: #D4FFCA; }
span { border-color: rgb(212,255,202); }
td.TdClassName
{
border-color: #D4FFCA;
}
.TagClassName
{
border-color: #D4FFCA;
}
</style>