Shades of Snowy Mint #D5F5CB
Tints of Snowy Mint #D5F5CB
RGB
CMYK
RGB Variations
Color information
#D5F5CB (or 0xD5F5CB) is known color: Snowy Mint. HEX triplet: D5, F5 and CB. RGB value is (213,245,203). Sum of RGB (Red+Green+Blue) = 213+245+203=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 245 (96.09% from 255 or 37.07% from 661); Blue value is 203 (79.69% from 255 or 30.71% from 661); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F5CB is #2A0A34. Grayscale: #E6E6E6. Windows color (decimal): -2755125 or 13366741. OLE color: 13366741.
HSL color Cylindrical-coordinate representation of color #D5F5CB: hue angle of 105.71º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5F5CB is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 203 | - |
| CMYK | 0.13 | 0 | 0.17 | 0.04 |
| HSL | 105.71º | 0.68% | 0.88% | - |
| HSV(B) | 105.71º | 0.17% | 0.96% | - |
| XYZ | 70.87 | 83.76 | 68.93 | - |
| YUV | 230.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 203 | 0.13 | 0 | 0.17 | 0.04 | 105.71 | 0.68 | 0.88 |
| Hex | D5 | F5 | CB | D | 0 | 11 | 4 | 6A | 44 | 58 |
| Octal | 325 | 365 | 313 | 15 | 0 | 21 | 4 | 152 | 104 | 130 |
| Binary | 11010101 | 11110101 | 11001011 | 1101 | 0 | 10001 | 100 | 1101010 | 1000100 | 1011000 |
Color Harmonies of #D5F5CB
Complementary color
Monochromatic Colors of #D5F5CB
Black with #D5F5CB
Text Example
Text Example
White with #D5F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F5CB; }
p { color: rgb(213,245,203); }
H1.HeaderClassName
{
color: #D5F5CB;
}
.AnyTagClassName
{
color: #D5F5CB;
}
</style>
background-color css
<style>
a { background-color: #D5F5CB; }
a { background-color: rgb(213,245,203); }
div.DivClassName
{
background-color: #D5F5CB;
}
.BgClassName
{
background-color: #D5F5CB;
}
</style>
border-color css
<style>
span { border-color: #D5F5CB; }
span { border-color: rgb(213,245,203); }
td.TdClassName
{
border-color: #D5F5CB;
}
.TagClassName
{
border-color: #D5F5CB;
}
</style>