Shades of Snowy Mint #CDF4C5
Tints of Snowy Mint #CDF4C5
RGB
CMYK
RGB Variations
Color information
#CDF4C5 (or 0xCDF4C5) is known color: Snowy Mint. HEX triplet: CD, F4 and C5. RGB value is (205,244,197). Sum of RGB (Red+Green+Blue) = 205+244+197=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 244 (95.70% from 255 or 37.77% from 646); Blue value is 197 (77.34% from 255 or 30.50% from 646); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF4C5 is #320B3A. Grayscale: #E3E3E3. Windows color (decimal): -3279675 or 12973261. OLE color: 12973261.
HSL color Cylindrical-coordinate representation of color #CDF4C5: hue angle of 109.79º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDF4C5 is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 244 | 197 | - |
| CMYK | 0.16 | 0 | 0.19 | 0.04 |
| HSL | 109.79º | 0.68% | 0.86% | - |
| HSV(B) | 109.79º | 0.19% | 0.96% | - |
| XYZ | 67.61 | 81.71 | 65.03 | - |
| YUV | 226.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 244 | 197 | 0.16 | 0 | 0.19 | 0.04 | 109.79 | 0.68 | 0.86 |
| Hex | CD | F4 | C5 | 10 | 0 | 13 | 4 | 6E | 44 | 56 |
| Octal | 315 | 364 | 305 | 20 | 0 | 23 | 4 | 156 | 104 | 126 |
| Binary | 11001101 | 11110100 | 11000101 | 10000 | 0 | 10011 | 100 | 1101110 | 1000100 | 1010110 |
Color Harmonies of #CDF4C5
Complementary color
Monochromatic Colors of #CDF4C5
Black with #CDF4C5
Text Example
Text Example
White with #CDF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF4C5; }
p { color: rgb(205,244,197); }
H1.HeaderClassName
{
color: #CDF4C5;
}
.AnyTagClassName
{
color: #CDF4C5;
}
</style>
background-color css
<style>
a { background-color: #CDF4C5; }
a { background-color: rgb(205,244,197); }
div.DivClassName
{
background-color: #CDF4C5;
}
.BgClassName
{
background-color: #CDF4C5;
}
</style>
border-color css
<style>
span { border-color: #CDF4C5; }
span { border-color: rgb(205,244,197); }
td.TdClassName
{
border-color: #CDF4C5;
}
.TagClassName
{
border-color: #CDF4C5;
}
</style>