Shades of Snowy Mint #CDF1C7
Tints of Snowy Mint #CDF1C7
RGB
CMYK
RGB Variations
Color information
#CDF1C7 (or 0xCDF1C7) is known color: Snowy Mint. HEX triplet: CD, F1 and C7. RGB value is (205,241,199). Sum of RGB (Red+Green+Blue) = 205+241+199=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 241 (94.53% from 255 or 37.36% from 645); Blue value is 199 (78.12% from 255 or 30.85% from 645); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF1C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF1C7 is #320E38. Grayscale: #E1E1E1. Windows color (decimal): -3280441 or 13103565. OLE color: 13103565.
HSL color Cylindrical-coordinate representation of color #CDF1C7: hue angle of 111.43º degrees, saturation: 0.6, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDF1C7 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 199 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.05 |
| HSL | 111.43º | 0.6% | 0.86% | - |
| HSV(B) | 111.43º | 0.17% | 0.95% | - |
| XYZ | 66.94 | 80.01 | 65.95 | - |
| YUV | 225.45 | 113.07 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 199 | 0.15 | 0 | 0.17 | 0.05 | 111.43 | 0.6 | 0.86 |
| Hex | CD | F1 | C7 | F | 0 | 11 | 5 | 6F | 3C | 56 |
| Octal | 315 | 361 | 307 | 17 | 0 | 21 | 5 | 157 | 74 | 126 |
| Binary | 11001101 | 11110001 | 11000111 | 1111 | 0 | 10001 | 101 | 1101111 | 111100 | 1010110 |
Color Harmonies of #CDF1C7
Complementary color
Monochromatic Colors of #CDF1C7
Black with #CDF1C7
Text Example
Text Example
White with #CDF1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF1C7; }
p { color: rgb(205,241,199); }
H1.HeaderClassName
{
color: #CDF1C7;
}
.AnyTagClassName
{
color: #CDF1C7;
}
</style>
background-color css
<style>
a { background-color: #CDF1C7; }
a { background-color: rgb(205,241,199); }
div.DivClassName
{
background-color: #CDF1C7;
}
.BgClassName
{
background-color: #CDF1C7;
}
</style>
border-color css
<style>
span { border-color: #CDF1C7; }
span { border-color: rgb(205,241,199); }
td.TdClassName
{
border-color: #CDF1C7;
}
.TagClassName
{
border-color: #CDF1C7;
}
</style>