Shades of Snowy Mint #CBFAC7
Tints of Snowy Mint #CBFAC7
RGB
CMYK
RGB Variations
Color information
#CBFAC7 (or 0xCBFAC7) is known color: Snowy Mint. HEX triplet: CB, FA and C7. RGB value is (203,250,199). Sum of RGB (Red+Green+Blue) = 203+250+199=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 250 (98.05% from 255 or 38.34% from 652); Blue value is 199 (78.12% from 255 or 30.52% from 652); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFAC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFAC7 is #340538. Grayscale: #E6E6E6. Windows color (decimal): -3409209 or 13105867. OLE color: 13105867.
HSL color Cylindrical-coordinate representation of color #CBFAC7: hue angle of 115.29º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFAC7 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 199 | - |
| CMYK | 0.19 | 0 | 0.20 | 0.02 |
| HSL | 115.29º | 0.84% | 0.88% | - |
| HSV(B) | 115.29º | 0.2% | 0.98% | - |
| XYZ | 69.12 | 85.19 | 66.83 | - |
| YUV | 230.13 | 110.43 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 199 | 0.19 | 0 | 0.20 | 0.02 | 115.29 | 0.84 | 0.88 |
| Hex | CB | FA | C7 | 13 | 0 | 14 | 2 | 73 | 54 | 58 |
| Octal | 313 | 372 | 307 | 23 | 0 | 24 | 2 | 163 | 124 | 130 |
| Binary | 11001011 | 11111010 | 11000111 | 10011 | 0 | 10100 | 10 | 1110011 | 1010100 | 1011000 |
Color Harmonies of #CBFAC7
Complementary color
Monochromatic Colors of #CBFAC7
Black with #CBFAC7
Text Example
Text Example
White with #CBFAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFAC7; }
p { color: rgb(203,250,199); }
H1.HeaderClassName
{
color: #CBFAC7;
}
.AnyTagClassName
{
color: #CBFAC7;
}
</style>
background-color css
<style>
a { background-color: #CBFAC7; }
a { background-color: rgb(203,250,199); }
div.DivClassName
{
background-color: #CBFAC7;
}
.BgClassName
{
background-color: #CBFAC7;
}
</style>
border-color css
<style>
span { border-color: #CBFAC7; }
span { border-color: rgb(203,250,199); }
td.TdClassName
{
border-color: #CBFAC7;
}
.TagClassName
{
border-color: #CBFAC7;
}
</style>