Shades of Snowy Mint #CDF8C7
Tints of Snowy Mint #CDF8C7
RGB
CMYK
RGB Variations
Color information
#CDF8C7 (or 0xCDF8C7) is known color: Snowy Mint. HEX triplet: CD, F8 and C7. RGB value is (205,248,199). Sum of RGB (Red+Green+Blue) = 205+248+199=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF8C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDF8C7 is #320738. Grayscale: #E5E5E5. Windows color (decimal): -3278649 or 13105357. OLE color: 13105357.
HSL color Cylindrical-coordinate representation of color #CDF8C7: hue angle of 112.65º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDF8C7 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 199 | - |
| CMYK | 0.17 | 0 | 0.20 | 0.03 |
| HSL | 112.65º | 0.78% | 0.88% | - |
| HSV(B) | 112.65º | 0.2% | 0.97% | - |
| XYZ | 69.05 | 84.24 | 66.65 | - |
| YUV | 229.56 | 110.75 | 110.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 199 | 0.17 | 0 | 0.20 | 0.03 | 112.65 | 0.78 | 0.88 |
| Hex | CD | F8 | C7 | 11 | 0 | 14 | 3 | 71 | 4E | 58 |
| Octal | 315 | 370 | 307 | 21 | 0 | 24 | 3 | 161 | 116 | 130 |
| Binary | 11001101 | 11111000 | 11000111 | 10001 | 0 | 10100 | 11 | 1110001 | 1001110 | 1011000 |
Color Harmonies of #CDF8C7
Complementary color
Monochromatic Colors of #CDF8C7
Black with #CDF8C7
Text Example
Text Example
White with #CDF8C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF8C7; }
p { color: rgb(205,248,199); }
H1.HeaderClassName
{
color: #CDF8C7;
}
.AnyTagClassName
{
color: #CDF8C7;
}
</style>
background-color css
<style>
a { background-color: #CDF8C7; }
a { background-color: rgb(205,248,199); }
div.DivClassName
{
background-color: #CDF8C7;
}
.BgClassName
{
background-color: #CDF8C7;
}
</style>
border-color css
<style>
span { border-color: #CDF8C7; }
span { border-color: rgb(205,248,199); }
td.TdClassName
{
border-color: #CDF8C7;
}
.TagClassName
{
border-color: #CDF8C7;
}
</style>