Shades of Snowy Mint #D7FFCA
Tints of Snowy Mint #D7FFCA
RGB
CMYK
RGB Variations
Color information
#D7FFCA (or 0xD7FFCA) is known color: Snowy Mint. HEX triplet: D7, FF and CA. RGB value is (215,255,202). Sum of RGB (Red+Green+Blue) = 215+255+202=672 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.99% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 202 (79.30% from 255 or 30.06% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FFCA is #280035. Grayscale: #EDEDED. Windows color (decimal): -2621494 or 13303767. OLE color: 13303767.
HSL color Cylindrical-coordinate representation of color #D7FFCA: hue angle of 105.28º 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 #D7FFCA is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 215 | 255 | 202 | - |
CMYK | 0.16 | 0 | 0.21 | 0 |
HSL | 105.28º | 1% | 0.9% | - |
HSV(B) | 105.28º | 0.21% | 1% | - |
XYZ | 74.45 | 90.23 | 69.37 | - |
YUV | 237 | 108.25 | 112.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 215 | 255 | 202 | 0.16 | 0 | 0.21 | 0 | 105.28 | 1 | 0.9 |
Hex | D7 | FF | CA | 10 | 0 | 15 | 0 | 69 | 64 | 5A |
Octal | 327 | 377 | 312 | 20 | 0 | 25 | 0 | 151 | 144 | 132 |
Binary | 11010111 | 11111111 | 11001010 | 10000 | 0 | 10101 | 0 | 1101001 | 1100100 | 1011010 |
Color Harmonies of #D7FFCA
Complementary color
Monochromatic Colors of #D7FFCA
Black with #D7FFCA
Text Example
Text Example
White with #D7FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7FFCA; }
p { color: rgb(215,255,202); }
H1.HeaderClassName
{
color: #D7FFCA;
}
.AnyTagClassName
{
color: #D7FFCA;
}
</style>
background-color css
<style>
a { background-color: #D7FFCA; }
a { background-color: rgb(215,255,202); }
div.DivClassName
{
background-color: #D7FFCA;
}
.BgClassName
{
background-color: #D7FFCA;
}
</style>
border-color css
<style>
span { border-color: #D7FFCA; }
span { border-color: rgb(215,255,202); }
td.TdClassName
{
border-color: #D7FFCA;
}
.TagClassName
{
border-color: #D7FFCA;
}
</style>