Shades of Snowy Mint #CBEAC5
Tints of Snowy Mint #CBEAC5
RGB
CMYK
RGB Variations
Color information
#CBEAC5 (or 0xCBEAC5) is known color: Snowy Mint. HEX triplet: CB, EA and C5. RGB value is (203,234,197). Sum of RGB (Red+Green+Blue) = 203+234+197=634 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.02% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 197 (77.34% from 255 or 31.07% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEAC5 is #34153A. Grayscale: #DCDCDC. Windows color (decimal): -3413307 or 12970699. OLE color: 12970699.
HSL color Cylindrical-coordinate representation of color #CBEAC5: hue angle of 110.27º degrees, saturation: 0.47, 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 #CBEAC5 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 234 | 197 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.08 |
| HSL | 110.27º | 0.47% | 0.85% | - |
| HSV(B) | 110.27º | 0.16% | 0.92% | - |
| XYZ | 64.13 | 75.57 | 64.03 | - |
| YUV | 220.51 | 114.73 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 234 | 197 | 0.13 | 0 | 0.16 | 0.08 | 110.27 | 0.47 | 0.85 |
| Hex | CB | EA | C5 | D | 0 | 10 | 8 | 6E | 2F | 55 |
| Octal | 313 | 352 | 305 | 15 | 0 | 20 | 10 | 156 | 57 | 125 |
| Binary | 11001011 | 11101010 | 11000101 | 1101 | 0 | 10000 | 1000 | 1101110 | 101111 | 1010101 |
Color Harmonies of #CBEAC5
Complementary color
Monochromatic Colors of #CBEAC5
Black with #CBEAC5
Text Example
Text Example
White with #CBEAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEAC5; }
p { color: rgb(203,234,197); }
H1.HeaderClassName
{
color: #CBEAC5;
}
.AnyTagClassName
{
color: #CBEAC5;
}
</style>
background-color css
<style>
a { background-color: #CBEAC5; }
a { background-color: rgb(203,234,197); }
div.DivClassName
{
background-color: #CBEAC5;
}
.BgClassName
{
background-color: #CBEAC5;
}
</style>
border-color css
<style>
span { border-color: #CBEAC5; }
span { border-color: rgb(203,234,197); }
td.TdClassName
{
border-color: #CBEAC5;
}
.TagClassName
{
border-color: #CBEAC5;
}
</style>