Shades of Snowy Mint #CDFFC7
Tints of Snowy Mint #CDFFC7
RGB
CMYK
RGB Variations
Color information
#CDFFC7 (or 0xCDFFC7) is known color: Snowy Mint. HEX triplet: CD, FF and C7. RGB value is (205,255,199). Sum of RGB (Red+Green+Blue) = 205+255+199=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFC7 is #320038. Grayscale: #E9E9E9. Windows color (decimal): -3276857 or 13107149. OLE color: 13107149.
HSL color Cylindrical-coordinate representation of color #CDFFC7: hue angle of 113.57º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDFFC7 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 199 | - |
| CMYK | 0.20 | 0 | 0.22 | 0 |
| HSL | 113.57º | 1% | 0.89% | - |
| HSV(B) | 113.57º | 0.22% | 1% | - |
| XYZ | 71.25 | 88.62 | 67.38 | - |
| YUV | 233.67 | 108.44 | 107.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 199 | 0.20 | 0 | 0.22 | 0 | 113.57 | 1 | 0.89 |
| Hex | CD | FF | C7 | 14 | 0 | 16 | 0 | 72 | 64 | 59 |
| Octal | 315 | 377 | 307 | 24 | 0 | 26 | 0 | 162 | 144 | 131 |
| Binary | 11001101 | 11111111 | 11000111 | 10100 | 0 | 10110 | 0 | 1110010 | 1100100 | 1011001 |
Color Harmonies of #CDFFC7
Complementary color
Monochromatic Colors of #CDFFC7
Black with #CDFFC7
Text Example
Text Example
White with #CDFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFC7; }
p { color: rgb(205,255,199); }
H1.HeaderClassName
{
color: #CDFFC7;
}
.AnyTagClassName
{
color: #CDFFC7;
}
</style>
background-color css
<style>
a { background-color: #CDFFC7; }
a { background-color: rgb(205,255,199); }
div.DivClassName
{
background-color: #CDFFC7;
}
.BgClassName
{
background-color: #CDFFC7;
}
</style>
border-color css
<style>
span { border-color: #CDFFC7; }
span { border-color: rgb(205,255,199); }
td.TdClassName
{
border-color: #CDFFC7;
}
.TagClassName
{
border-color: #CDFFC7;
}
</style>