Shades of Snowy Mint #CDF2C7
Tints of Snowy Mint #CDF2C7
RGB
CMYK
RGB Variations
Color information
#CDF2C7 (or 0xCDF2C7) is known color: Snowy Mint. HEX triplet: CD, F2 and C7. RGB value is (205,242,199). Sum of RGB (Red+Green+Blue) = 205+242+199=646 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.73% from 646); Green value is 242 (94.92% from 255 or 37.46% from 646); Blue value is 199 (78.12% from 255 or 30.80% from 646); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF2C7 is #320D38. Grayscale: #E2E2E2. Windows color (decimal): -3280185 or 13103821. OLE color: 13103821.
HSL color Cylindrical-coordinate representation of color #CDF2C7: hue angle of 111.63º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDF2C7 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 199 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.05 |
| HSL | 111.63º | 0.62% | 0.86% | - |
| HSV(B) | 111.63º | 0.18% | 0.95% | - |
| XYZ | 67.24 | 80.61 | 66.05 | - |
| YUV | 226.04 | 112.74 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 199 | 0.15 | 0 | 0.18 | 0.05 | 111.63 | 0.62 | 0.86 |
| Hex | CD | F2 | C7 | F | 0 | 12 | 5 | 70 | 3E | 56 |
| Octal | 315 | 362 | 307 | 17 | 0 | 22 | 5 | 160 | 76 | 126 |
| Binary | 11001101 | 11110010 | 11000111 | 1111 | 0 | 10010 | 101 | 1110000 | 111110 | 1010110 |
Color Harmonies of #CDF2C7
Complementary color
Monochromatic Colors of #CDF2C7
Black with #CDF2C7
Text Example
Text Example
White with #CDF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF2C7; }
p { color: rgb(205,242,199); }
H1.HeaderClassName
{
color: #CDF2C7;
}
.AnyTagClassName
{
color: #CDF2C7;
}
</style>
background-color css
<style>
a { background-color: #CDF2C7; }
a { background-color: rgb(205,242,199); }
div.DivClassName
{
background-color: #CDF2C7;
}
.BgClassName
{
background-color: #CDF2C7;
}
</style>
border-color css
<style>
span { border-color: #CDF2C7; }
span { border-color: rgb(205,242,199); }
td.TdClassName
{
border-color: #CDF2C7;
}
.TagClassName
{
border-color: #CDF2C7;
}
</style>