Shades of Snowy Mint #CBFBC6
Tints of Snowy Mint #CBFBC6
RGB
CMYK
RGB Variations
Color information
#CBFBC6 (or 0xCBFBC6) is known color: Snowy Mint. HEX triplet: CB, FB and C6. RGB value is (203,251,198). Sum of RGB (Red+Green+Blue) = 203+251+198=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 198 (77.73% from 255 or 30.37% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBC6 is #340439. Grayscale: #E6E6E6. Windows color (decimal): -3408954 or 13040587. OLE color: 13040587.
HSL color Cylindrical-coordinate representation of color #CBFBC6: hue angle of 114.34º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBFBC6 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 198 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.02 |
| HSL | 114.34º | 0.87% | 0.88% | - |
| HSV(B) | 114.34º | 0.21% | 0.98% | - |
| XYZ | 69.32 | 85.77 | 66.33 | - |
| YUV | 230.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 198 | 0.19 | 0 | 0.21 | 0.02 | 114.34 | 0.87 | 0.88 |
| Hex | CB | FB | C6 | 13 | 0 | 15 | 2 | 72 | 57 | 58 |
| Octal | 313 | 373 | 306 | 23 | 0 | 25 | 2 | 162 | 127 | 130 |
| Binary | 11001011 | 11111011 | 11000110 | 10011 | 0 | 10101 | 10 | 1110010 | 1010111 | 1011000 |
Color Harmonies of #CBFBC6
Complementary color
Monochromatic Colors of #CBFBC6
Black with #CBFBC6
Text Example
Text Example
White with #CBFBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBC6; }
p { color: rgb(203,251,198); }
H1.HeaderClassName
{
color: #CBFBC6;
}
.AnyTagClassName
{
color: #CBFBC6;
}
</style>
background-color css
<style>
a { background-color: #CBFBC6; }
a { background-color: rgb(203,251,198); }
div.DivClassName
{
background-color: #CBFBC6;
}
.BgClassName
{
background-color: #CBFBC6;
}
</style>
border-color css
<style>
span { border-color: #CBFBC6; }
span { border-color: rgb(203,251,198); }
td.TdClassName
{
border-color: #CBFBC6;
}
.TagClassName
{
border-color: #CBFBC6;
}
</style>