Shades of Snowy Mint #CDF0C5
Tints of Snowy Mint #CDF0C5
RGB
CMYK
RGB Variations
Color information
#CDF0C5 (or 0xCDF0C5) is known color: Snowy Mint. HEX triplet: CD, F0 and C5. RGB value is (205,240,197). Sum of RGB (Red+Green+Blue) = 205+240+197=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF0C5 is #320F3A. Grayscale: #E0E0E0. Windows color (decimal): -3280699 or 12972237. OLE color: 12972237.
HSL color Cylindrical-coordinate representation of color #CDF0C5: hue angle of 108.84º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF0C5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 197 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 108.84º | 0.59% | 0.86% | - |
| HSV(B) | 108.84º | 0.18% | 0.94% | - |
| XYZ | 66.41 | 79.33 | 64.64 | - |
| YUV | 224.63 | 112.4 | 114 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 197 | 0.15 | 0 | 0.18 | 0.06 | 108.84 | 0.59 | 0.86 |
| Hex | CD | F0 | C5 | F | 0 | 12 | 6 | 6D | 3B | 56 |
| Octal | 315 | 360 | 305 | 17 | 0 | 22 | 6 | 155 | 73 | 126 |
| Binary | 11001101 | 11110000 | 11000101 | 1111 | 0 | 10010 | 110 | 1101101 | 111011 | 1010110 |
Color Harmonies of #CDF0C5
Complementary color
Monochromatic Colors of #CDF0C5
Black with #CDF0C5
Text Example
Text Example
White with #CDF0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF0C5; }
p { color: rgb(205,240,197); }
H1.HeaderClassName
{
color: #CDF0C5;
}
.AnyTagClassName
{
color: #CDF0C5;
}
</style>
background-color css
<style>
a { background-color: #CDF0C5; }
a { background-color: rgb(205,240,197); }
div.DivClassName
{
background-color: #CDF0C5;
}
.BgClassName
{
background-color: #CDF0C5;
}
</style>
border-color css
<style>
span { border-color: #CDF0C5; }
span { border-color: rgb(205,240,197); }
td.TdClassName
{
border-color: #CDF0C5;
}
.TagClassName
{
border-color: #CDF0C5;
}
</style>