Shades of Snowy Mint #D5FDCA
Tints of Snowy Mint #D5FDCA
RGB
CMYK
RGB Variations
Color information
#D5FDCA (or 0xD5FDCA) is known color: Snowy Mint. HEX triplet: D5, FD and CA. RGB value is (213,253,202). Sum of RGB (Red+Green+Blue) = 213+253+202=668 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.89% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 202 (79.30% from 255 or 30.24% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDCA is #2A0235. Grayscale: #EBEBEB. Windows color (decimal): -2753078 or 13303253. OLE color: 13303253.
HSL color Cylindrical-coordinate representation of color #D5FDCA: hue angle of 107.06º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5FDCA is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 202 | - |
CMYK | 0.16 | 0 | 0.20 | 0.01 |
HSL | 107.06º | 0.93% | 0.89% | - |
HSV(B) | 107.06º | 0.2% | 0.99% | - |
XYZ | 73.23 | 88.66 | 69.13 | - |
YUV | 235.23 | 109.25 | 112.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 202 | 0.16 | 0 | 0.20 | 0.01 | 107.06 | 0.93 | 0.89 |
Hex | D5 | FD | CA | 10 | 0 | 14 | 1 | 6B | 5D | 59 |
Octal | 325 | 375 | 312 | 20 | 0 | 24 | 1 | 153 | 135 | 131 |
Binary | 11010101 | 11111101 | 11001010 | 10000 | 0 | 10100 | 1 | 1101011 | 1011101 | 1011001 |
Color Harmonies of #D5FDCA
Complementary color
Monochromatic Colors of #D5FDCA
Black with #D5FDCA
Text Example
Text Example
White with #D5FDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FDCA; }
p { color: rgb(213,253,202); }
H1.HeaderClassName
{
color: #D5FDCA;
}
.AnyTagClassName
{
color: #D5FDCA;
}
</style>
background-color css
<style>
a { background-color: #D5FDCA; }
a { background-color: rgb(213,253,202); }
div.DivClassName
{
background-color: #D5FDCA;
}
.BgClassName
{
background-color: #D5FDCA;
}
</style>
border-color css
<style>
span { border-color: #D5FDCA; }
span { border-color: rgb(213,253,202); }
td.TdClassName
{
border-color: #D5FDCA;
}
.TagClassName
{
border-color: #D5FDCA;
}
</style>