Shades of Snowy Mint #D5FFCA
Tints of Snowy Mint #D5FFCA
RGB
CMYK
RGB Variations
Color information
#D5FFCA (or 0xD5FFCA) is known color: Snowy Mint. HEX triplet: D5, FF and CA. RGB value is (213,255,202). Sum of RGB (Red+Green+Blue) = 213+255+202=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCA is #2A0035. Grayscale: #ECECEC. Windows color (decimal): -2752566 or 13303765. OLE color: 13303765.
HSL color Cylindrical-coordinate representation of color #D5FFCA: hue angle of 107.55º 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 #D5FFCA is Cyan = 0.16, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 213 | 255 | 202 | - |
CMYK | 0.16 | 0 | 0.21 | 0 |
HSL | 107.55º | 1% | 0.9% | - |
HSV(B) | 107.55º | 0.21% | 1% | - |
XYZ | 73.86 | 89.93 | 69.34 | - |
YUV | 236.4 | 108.59 | 111.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 255 | 202 | 0.16 | 0 | 0.21 | 0 | 107.55 | 1 | 0.9 |
Hex | D5 | FF | CA | 10 | 0 | 15 | 0 | 6C | 64 | 5A |
Octal | 325 | 377 | 312 | 20 | 0 | 25 | 0 | 154 | 144 | 132 |
Binary | 11010101 | 11111111 | 11001010 | 10000 | 0 | 10101 | 0 | 1101100 | 1100100 | 1011010 |
Color Harmonies of #D5FFCA
Complementary color
Monochromatic Colors of #D5FFCA
Black with #D5FFCA
Text Example
Text Example
White with #D5FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FFCA; }
p { color: rgb(213,255,202); }
H1.HeaderClassName
{
color: #D5FFCA;
}
.AnyTagClassName
{
color: #D5FFCA;
}
</style>
background-color css
<style>
a { background-color: #D5FFCA; }
a { background-color: rgb(213,255,202); }
div.DivClassName
{
background-color: #D5FFCA;
}
.BgClassName
{
background-color: #D5FFCA;
}
</style>
border-color css
<style>
span { border-color: #D5FFCA; }
span { border-color: rgb(213,255,202); }
td.TdClassName
{
border-color: #D5FFCA;
}
.TagClassName
{
border-color: #D5FFCA;
}
</style>