Shades of Snowy Mint #CBEBC5
Tints of Snowy Mint #CBEBC5
RGB
CMYK
RGB Variations
Color information
#CBEBC5 (or 0xCBEBC5) is known color: Snowy Mint. HEX triplet: CB, EB and C5. RGB value is (203,235,197). Sum of RGB (Red+Green+Blue) = 203+235+197=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBC5 is #34143A. Grayscale: #DDDDDD. Windows color (decimal): -3413051 or 12970955. OLE color: 12970955.
HSL color Cylindrical-coordinate representation of color #CBEBC5: hue angle of 110.53º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEBC5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 197 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.08 |
| HSL | 110.53º | 0.49% | 0.85% | - |
| HSV(B) | 110.53º | 0.16% | 0.92% | - |
| XYZ | 64.41 | 76.14 | 64.13 | - |
| YUV | 221.1 | 114.4 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 197 | 0.14 | 0 | 0.16 | 0.08 | 110.53 | 0.49 | 0.85 |
| Hex | CB | EB | C5 | E | 0 | 10 | 8 | 6F | 31 | 55 |
| Octal | 313 | 353 | 305 | 16 | 0 | 20 | 10 | 157 | 61 | 125 |
| Binary | 11001011 | 11101011 | 11000101 | 1110 | 0 | 10000 | 1000 | 1101111 | 110001 | 1010101 |
Color Harmonies of #CBEBC5
Complementary color
Monochromatic Colors of #CBEBC5
Black with #CBEBC5
Text Example
Text Example
White with #CBEBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBC5; }
p { color: rgb(203,235,197); }
H1.HeaderClassName
{
color: #CBEBC5;
}
.AnyTagClassName
{
color: #CBEBC5;
}
</style>
background-color css
<style>
a { background-color: #CBEBC5; }
a { background-color: rgb(203,235,197); }
div.DivClassName
{
background-color: #CBEBC5;
}
.BgClassName
{
background-color: #CBEBC5;
}
</style>
border-color css
<style>
span { border-color: #CBEBC5; }
span { border-color: rgb(203,235,197); }
td.TdClassName
{
border-color: #CBEBC5;
}
.TagClassName
{
border-color: #CBEBC5;
}
</style>