Shades of Snowy Mint #CDFFC8
Tints of Snowy Mint #CDFFC8
RGB
CMYK
RGB Variations
Color information
#CDFFC8 (or 0xCDFFC8) is known color: Snowy Mint. HEX triplet: CD, FF and C8. RGB value is (205,255,200). Sum of RGB (Red+Green+Blue) = 205+255+200=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 200 (78.52% from 255 or 30.30% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFC8 is #320037. Grayscale: #E9E9E9. Windows color (decimal): -3276856 or 13172685. OLE color: 13172685.
HSL color Cylindrical-coordinate representation of color #CDFFC8: hue angle of 114.55º 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 #CDFFC8 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 200 | - |
| CMYK | 0.20 | 0 | 0.22 | 0 |
| HSL | 114.55º | 1% | 0.89% | - |
| HSV(B) | 114.55º | 0.22% | 1% | - |
| XYZ | 71.36 | 88.67 | 68 | - |
| YUV | 233.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 200 | 0.20 | 0 | 0.22 | 0 | 114.55 | 1 | 0.89 |
| Hex | CD | FF | C8 | 14 | 0 | 16 | 0 | 73 | 64 | 59 |
| Octal | 315 | 377 | 310 | 24 | 0 | 26 | 0 | 163 | 144 | 131 |
| Binary | 11001101 | 11111111 | 11001000 | 10100 | 0 | 10110 | 0 | 1110011 | 1100100 | 1011001 |
Color Harmonies of #CDFFC8
Complementary color
Monochromatic Colors of #CDFFC8
Black with #CDFFC8
Text Example
Text Example
White with #CDFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFC8; }
p { color: rgb(205,255,200); }
H1.HeaderClassName
{
color: #CDFFC8;
}
.AnyTagClassName
{
color: #CDFFC8;
}
</style>
background-color css
<style>
a { background-color: #CDFFC8; }
a { background-color: rgb(205,255,200); }
div.DivClassName
{
background-color: #CDFFC8;
}
.BgClassName
{
background-color: #CDFFC8;
}
</style>
border-color css
<style>
span { border-color: #CDFFC8; }
span { border-color: rgb(205,255,200); }
td.TdClassName
{
border-color: #CDFFC8;
}
.TagClassName
{
border-color: #CDFFC8;
}
</style>