Shades of Snowy Mint #CDFFC4
Tints of Snowy Mint #CDFFC4
RGB
CMYK
RGB Variations
Color information
#CDFFC4 (or 0xCDFFC4) is known color: Snowy Mint. HEX triplet: CD, FF and C4. RGB value is (205,255,196). Sum of RGB (Red+Green+Blue) = 205+255+196=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 196 (76.95% from 255 or 29.88% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFC4 is #32003B. Grayscale: #E9E9E9. Windows color (decimal): -3276860 or 12910541. OLE color: 12910541.
HSL color Cylindrical-coordinate representation of color #CDFFC4: hue angle of 110.85º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDFFC4 is Cyan = 0.20, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 196 | - |
| CMYK | 0.20 | 0 | 0.23 | 0 |
| HSL | 110.85º | 1% | 0.88% | - |
| HSV(B) | 110.85º | 0.23% | 1% | - |
| XYZ | 70.9 | 88.48 | 65.57 | - |
| YUV | 233.32 | 106.94 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 196 | 0.20 | 0 | 0.23 | 0 | 110.85 | 1 | 0.88 |
| Hex | CD | FF | C4 | 14 | 0 | 17 | 0 | 6F | 64 | 58 |
| Octal | 315 | 377 | 304 | 24 | 0 | 27 | 0 | 157 | 144 | 130 |
| Binary | 11001101 | 11111111 | 11000100 | 10100 | 0 | 10111 | 0 | 1101111 | 1100100 | 1011000 |
Color Harmonies of #CDFFC4
Complementary color
Monochromatic Colors of #CDFFC4
Black with #CDFFC4
Text Example
Text Example
White with #CDFFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFC4; }
p { color: rgb(205,255,196); }
H1.HeaderClassName
{
color: #CDFFC4;
}
.AnyTagClassName
{
color: #CDFFC4;
}
</style>
background-color css
<style>
a { background-color: #CDFFC4; }
a { background-color: rgb(205,255,196); }
div.DivClassName
{
background-color: #CDFFC4;
}
.BgClassName
{
background-color: #CDFFC4;
}
</style>
border-color css
<style>
span { border-color: #CDFFC4; }
span { border-color: rgb(205,255,196); }
td.TdClassName
{
border-color: #CDFFC4;
}
.TagClassName
{
border-color: #CDFFC4;
}
</style>