Shades of Snowy Mint #CBECC5
Tints of Snowy Mint #CBECC5
RGB
CMYK
RGB Variations
Color information
#CBECC5 (or 0xCBECC5) is known color: Snowy Mint. HEX triplet: CB, EC and C5. RGB value is (203,236,197). Sum of RGB (Red+Green+Blue) = 203+236+197=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 197 (77.34% from 255 or 30.97% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC5 is #34133A. Grayscale: #DDDDDD. Windows color (decimal): -3412795 or 12971211. OLE color: 12971211.
HSL color Cylindrical-coordinate representation of color #CBECC5: hue angle of 110.77º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBECC5 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 197 | - |
| CMYK | 0.14 | 0 | 0.17 | 0.07 |
| HSL | 110.77º | 0.51% | 0.85% | - |
| HSV(B) | 110.77º | 0.17% | 0.93% | - |
| XYZ | 64.7 | 76.72 | 64.22 | - |
| YUV | 221.69 | 114.07 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 197 | 0.14 | 0 | 0.17 | 0.07 | 110.77 | 0.51 | 0.85 |
| Hex | CB | EC | C5 | E | 0 | 11 | 7 | 6F | 33 | 55 |
| Octal | 313 | 354 | 305 | 16 | 0 | 21 | 7 | 157 | 63 | 125 |
| Binary | 11001011 | 11101100 | 11000101 | 1110 | 0 | 10001 | 111 | 1101111 | 110011 | 1010101 |
Color Harmonies of #CBECC5
Complementary color
Monochromatic Colors of #CBECC5
Black with #CBECC5
Text Example
Text Example
White with #CBECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECC5; }
p { color: rgb(203,236,197); }
H1.HeaderClassName
{
color: #CBECC5;
}
.AnyTagClassName
{
color: #CBECC5;
}
</style>
background-color css
<style>
a { background-color: #CBECC5; }
a { background-color: rgb(203,236,197); }
div.DivClassName
{
background-color: #CBECC5;
}
.BgClassName
{
background-color: #CBECC5;
}
</style>
border-color css
<style>
span { border-color: #CBECC5; }
span { border-color: rgb(203,236,197); }
td.TdClassName
{
border-color: #CBECC5;
}
.TagClassName
{
border-color: #CBECC5;
}
</style>