Shades of Snowy Mint #D9FFCA
Tints of Snowy Mint #D9FFCA
RGB
CMYK
RGB Variations
Color information
#D9FFCA (or 0xD9FFCA) is known color: Snowy Mint. HEX triplet: D9, FF and CA. RGB value is (217,255,202). Sum of RGB (Red+Green+Blue) = 217+255+202=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 202 (79.30% from 255 or 29.97% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FFCA is #260035. Grayscale: #EDEDED. Windows color (decimal): -2490422 or 13303769. OLE color: 13303769.
HSL color Cylindrical-coordinate representation of color #D9FFCA: hue angle of 103.02º 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 #D9FFCA is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 217 | 255 | 202 | - |
CMYK | 0.15 | 0 | 0.21 | 0 |
HSL | 103.02º | 1% | 0.9% | - |
HSV(B) | 103.02º | 0.21% | 1% | - |
XYZ | 75.04 | 90.54 | 69.4 | - |
YUV | 237.6 | 107.91 | 113.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 255 | 202 | 0.15 | 0 | 0.21 | 0 | 103.02 | 1 | 0.9 |
Hex | D9 | FF | CA | F | 0 | 15 | 0 | 67 | 64 | 5A |
Octal | 331 | 377 | 312 | 17 | 0 | 25 | 0 | 147 | 144 | 132 |
Binary | 11011001 | 11111111 | 11001010 | 1111 | 0 | 10101 | 0 | 1100111 | 1100100 | 1011010 |
Color Harmonies of #D9FFCA
Complementary color
Monochromatic Colors of #D9FFCA
Black with #D9FFCA
Text Example
Text Example
White with #D9FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FFCA; }
p { color: rgb(217,255,202); }
H1.HeaderClassName
{
color: #D9FFCA;
}
.AnyTagClassName
{
color: #D9FFCA;
}
</style>
background-color css
<style>
a { background-color: #D9FFCA; }
a { background-color: rgb(217,255,202); }
div.DivClassName
{
background-color: #D9FFCA;
}
.BgClassName
{
background-color: #D9FFCA;
}
</style>
border-color css
<style>
span { border-color: #D9FFCA; }
span { border-color: rgb(217,255,202); }
td.TdClassName
{
border-color: #D9FFCA;
}
.TagClassName
{
border-color: #D9FFCA;
}
</style>