Shades of Snowy Mint #CDFFC6
Tints of Snowy Mint #CDFFC6
RGB
CMYK
RGB Variations
Color information
#CDFFC6 (or 0xCDFFC6) is known color: Snowy Mint. HEX triplet: CD, FF and C6. RGB value is (205,255,198). Sum of RGB (Red+Green+Blue) = 205+255+198=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 198 (77.73% from 255 or 30.09% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFC6 is #320039. Grayscale: #E9E9E9. Windows color (decimal): -3276858 or 13041613. OLE color: 13041613.
HSL color Cylindrical-coordinate representation of color #CDFFC6: hue angle of 112.63º 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 #CDFFC6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
RGB | 205 | 255 | 198 | - |
CMYK | 0.20 | 0 | 0.22 | 0 |
HSL | 112.63º | 1% | 0.89% | - |
HSV(B) | 112.63º | 0.22% | 1% | - |
XYZ | 71.13 | 88.58 | 66.77 | - |
YUV | 233.55 | 107.94 | 107.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 255 | 198 | 0.20 | 0 | 0.22 | 0 | 112.63 | 1 | 0.89 |
Hex | CD | FF | C6 | 14 | 0 | 16 | 0 | 71 | 64 | 59 |
Octal | 315 | 377 | 306 | 24 | 0 | 26 | 0 | 161 | 144 | 131 |
Binary | 11001101 | 11111111 | 11000110 | 10100 | 0 | 10110 | 0 | 1110001 | 1100100 | 1011001 |
Color Harmonies of #CDFFC6
Complementary color
Monochromatic Colors of #CDFFC6
Black with #CDFFC6
Text Example
Text Example
White with #CDFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFFC6; }
p { color: rgb(205,255,198); }
H1.HeaderClassName
{
color: #CDFFC6;
}
.AnyTagClassName
{
color: #CDFFC6;
}
</style>
background-color css
<style>
a { background-color: #CDFFC6; }
a { background-color: rgb(205,255,198); }
div.DivClassName
{
background-color: #CDFFC6;
}
.BgClassName
{
background-color: #CDFFC6;
}
</style>
border-color css
<style>
span { border-color: #CDFFC6; }
span { border-color: rgb(205,255,198); }
td.TdClassName
{
border-color: #CDFFC6;
}
.TagClassName
{
border-color: #CDFFC6;
}
</style>