Shades of Snowy Mint #CBFBC7
Tints of Snowy Mint #CBFBC7
RGB
CMYK
RGB Variations
Color information
#CBFBC7 (or 0xCBFBC7) is known color: Snowy Mint. HEX triplet: CB, FB and C7. RGB value is (203,251,199). Sum of RGB (Red+Green+Blue) = 203+251+199=653 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.09% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 199 (78.12% from 255 or 30.47% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #CBFBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFBC7 is #340438. Grayscale: #E6E6E6. Windows color (decimal): -3408953 or 13106123. OLE color: 13106123.
HSL color Cylindrical-coordinate representation of color #CBFBC7: hue angle of 115.38º 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 #CBFBC7 is Cyan = 0.19, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 251 | 199 | - |
| CMYK | 0.19 | 0 | 0.21 | 0.02 |
| HSL | 115.38º | 0.87% | 0.88% | - |
| HSV(B) | 115.38º | 0.21% | 0.98% | - |
| XYZ | 69.43 | 85.81 | 66.94 | - |
| YUV | 230.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 251 | 199 | 0.19 | 0 | 0.21 | 0.02 | 115.38 | 0.87 | 0.88 |
| Hex | CB | FB | C7 | 13 | 0 | 15 | 2 | 73 | 57 | 58 |
| Octal | 313 | 373 | 307 | 23 | 0 | 25 | 2 | 163 | 127 | 130 |
| Binary | 11001011 | 11111011 | 11000111 | 10011 | 0 | 10101 | 10 | 1110011 | 1010111 | 1011000 |
Color Harmonies of #CBFBC7
Complementary color
Monochromatic Colors of #CBFBC7
Black with #CBFBC7
Text Example
Text Example
White with #CBFBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFBC7; }
p { color: rgb(203,251,199); }
H1.HeaderClassName
{
color: #CBFBC7;
}
.AnyTagClassName
{
color: #CBFBC7;
}
</style>
background-color css
<style>
a { background-color: #CBFBC7; }
a { background-color: rgb(203,251,199); }
div.DivClassName
{
background-color: #CBFBC7;
}
.BgClassName
{
background-color: #CBFBC7;
}
</style>
border-color css
<style>
span { border-color: #CBFBC7; }
span { border-color: rgb(203,251,199); }
td.TdClassName
{
border-color: #CBFBC7;
}
.TagClassName
{
border-color: #CBFBC7;
}
</style>