Shades of Snowy Mint #CBFFC6
Tints of Snowy Mint #CBFFC6
RGB
CMYK
RGB Variations
Color information
#CBFFC6 (or 0xCBFFC6) is known color: Snowy Mint. HEX triplet: CB, FF and C6. RGB value is (203,255,198). Sum of RGB (Red+Green+Blue) = 203+255+198=656 (86% of max value = 765). Red value is 203 (79.69% from 255 or 30.95% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 198 (77.73% from 255 or 30.18% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFC6 is #340039. Grayscale: #E9E9E9. Windows color (decimal): -3407930 or 13041611. OLE color: 13041611.
HSL color Cylindrical-coordinate representation of color #CBFFC6: hue angle of 114.74º 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 #CBFFC6 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 203 | 255 | 198 | - |
| CMYK | 0.20 | 0 | 0.22 | 0 |
| HSL | 114.74º | 1% | 0.89% | - |
| HSV(B) | 114.74º | 0.22% | 1% | - |
| XYZ | 70.58 | 88.29 | 66.75 | - |
| YUV | 232.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 255 | 198 | 0.20 | 0 | 0.22 | 0 | 114.74 | 1 | 0.89 |
| Hex | CB | FF | C6 | 14 | 0 | 16 | 0 | 73 | 64 | 59 |
| Octal | 313 | 377 | 306 | 24 | 0 | 26 | 0 | 163 | 144 | 131 |
| Binary | 11001011 | 11111111 | 11000110 | 10100 | 0 | 10110 | 0 | 1110011 | 1100100 | 1011001 |
Color Harmonies of #CBFFC6
Complementary color
Monochromatic Colors of #CBFFC6
Black with #CBFFC6
Text Example
Text Example
White with #CBFFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFFC6; }
p { color: rgb(203,255,198); }
H1.HeaderClassName
{
color: #CBFFC6;
}
.AnyTagClassName
{
color: #CBFFC6;
}
</style>
background-color css
<style>
a { background-color: #CBFFC6; }
a { background-color: rgb(203,255,198); }
div.DivClassName
{
background-color: #CBFFC6;
}
.BgClassName
{
background-color: #CBFFC6;
}
</style>
border-color css
<style>
span { border-color: #CBFFC6; }
span { border-color: rgb(203,255,198); }
td.TdClassName
{
border-color: #CBFFC6;
}
.TagClassName
{
border-color: #CBFFC6;
}
</style>