Shades of Snowy Mint #CDFEC5
Tints of Snowy Mint #CDFEC5
RGB
CMYK
RGB Variations
Color information
#CDFEC5 (or 0xCDFEC5) is known color: Snowy Mint. HEX triplet: CD, FE and C5. RGB value is (205,254,197). Sum of RGB (Red+Green+Blue) = 205+254+197=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 197 (77.34% from 255 or 30.03% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEC5 is #32013A. Grayscale: #E9E9E9. Windows color (decimal): -3277115 or 12975821. OLE color: 12975821.
HSL color Cylindrical-coordinate representation of color #CDFEC5: hue angle of 111.58º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDFEC5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 197 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.00 |
| HSL | 111.58º | 0.97% | 0.88% | - |
| HSV(B) | 111.58º | 0.22% | 1% | - |
| XYZ | 70.7 | 87.89 | 66.06 | - |
| YUV | 232.85 | 107.77 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 197 | 0.19 | 0 | 0.22 | 0.00 | 111.58 | 0.97 | 0.88 |
| Hex | CD | FE | C5 | 13 | 0 | 16 | 0 | 70 | 61 | 58 |
| Octal | 315 | 376 | 305 | 23 | 0 | 26 | 0 | 160 | 141 | 130 |
| Binary | 11001101 | 11111110 | 11000101 | 10011 | 0 | 10110 | 0 | 1110000 | 1100001 | 1011000 |
Color Harmonies of #CDFEC5
Complementary color
Monochromatic Colors of #CDFEC5
Black with #CDFEC5
Text Example
Text Example
White with #CDFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFEC5; }
p { color: rgb(205,254,197); }
H1.HeaderClassName
{
color: #CDFEC5;
}
.AnyTagClassName
{
color: #CDFEC5;
}
</style>
background-color css
<style>
a { background-color: #CDFEC5; }
a { background-color: rgb(205,254,197); }
div.DivClassName
{
background-color: #CDFEC5;
}
.BgClassName
{
background-color: #CDFEC5;
}
</style>
border-color css
<style>
span { border-color: #CDFEC5; }
span { border-color: rgb(205,254,197); }
td.TdClassName
{
border-color: #CDFEC5;
}
.TagClassName
{
border-color: #CDFEC5;
}
</style>