Shades of Snowy Mint #CBFCC5
Tints of Snowy Mint #CBFCC5
RGB
CMYK
RGB Variations
Color information
#CBFCC5 (or 0xCBFCC5) is known color: Snowy Mint. HEX triplet: CB, FC and C5. RGB value is (203,252,197). Sum of RGB (Red+Green+Blue) = 203+252+197=652 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.13% from 652); Green value is 252 (98.83% from 255 or 38.65% from 652); Blue value is 197 (77.34% from 255 or 30.21% from 652); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCC5 is #34033A. Grayscale: #E7E7E7. Windows color (decimal): -3408699 or 12975307. OLE color: 12975307.
HSL color Cylindrical-coordinate representation of color #CBFCC5: hue angle of 113.45º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBFCC5 is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 197 | - |
| CMYK | 0.19 | 0 | 0.22 | 0.01 |
| HSL | 113.45º | 0.9% | 0.88% | - |
| HSV(B) | 113.45º | 0.22% | 0.99% | - |
| XYZ | 69.52 | 86.35 | 65.83 | - |
| YUV | 231.08 | 108.77 | 107.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 197 | 0.19 | 0 | 0.22 | 0.01 | 113.45 | 0.9 | 0.88 |
| Hex | CB | FC | C5 | 13 | 0 | 16 | 1 | 71 | 5A | 58 |
| Octal | 313 | 374 | 305 | 23 | 0 | 26 | 1 | 161 | 132 | 130 |
| Binary | 11001011 | 11111100 | 11000101 | 10011 | 0 | 10110 | 1 | 1110001 | 1011010 | 1011000 |
Color Harmonies of #CBFCC5
Complementary color
Monochromatic Colors of #CBFCC5
Black with #CBFCC5
Text Example
Text Example
White with #CBFCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCC5; }
p { color: rgb(203,252,197); }
H1.HeaderClassName
{
color: #CBFCC5;
}
.AnyTagClassName
{
color: #CBFCC5;
}
</style>
background-color css
<style>
a { background-color: #CBFCC5; }
a { background-color: rgb(203,252,197); }
div.DivClassName
{
background-color: #CBFCC5;
}
.BgClassName
{
background-color: #CBFCC5;
}
</style>
border-color css
<style>
span { border-color: #CBFCC5; }
span { border-color: rgb(203,252,197); }
td.TdClassName
{
border-color: #CBFCC5;
}
.TagClassName
{
border-color: #CBFCC5;
}
</style>