Shades of Snowy Mint #CBE4C7
Tints of Snowy Mint #CBE4C7
RGB
CMYK
RGB Variations
Color information
#CBE4C7 (or 0xCBE4C7) is known color: Snowy Mint. HEX triplet: CB, E4 and C7. RGB value is (203,228,199). Sum of RGB (Red+Green+Blue) = 203+228+199=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 199 (78.12% from 255 or 31.59% from 630); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4C7 is #341B38. Grayscale: #D9D9D9. Windows color (decimal): -3414841 or 13100235. OLE color: 13100235.
HSL color Cylindrical-coordinate representation of color #CBE4C7: hue angle of 111.72º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE4C7 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 199 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.11 |
| HSL | 111.72º | 0.35% | 0.84% | - |
| HSV(B) | 111.72º | 0.13% | 0.89% | - |
| XYZ | 62.68 | 72.31 | 64.69 | - |
| YUV | 217.22 | 117.72 | 117.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 199 | 0.11 | 0 | 0.13 | 0.11 | 111.72 | 0.35 | 0.84 |
| Hex | CB | E4 | C7 | B | 0 | D | B | 70 | 23 | 54 |
| Octal | 313 | 344 | 307 | 13 | 0 | 15 | 13 | 160 | 43 | 124 |
| Binary | 11001011 | 11100100 | 11000111 | 1011 | 0 | 1101 | 1011 | 1110000 | 100011 | 1010100 |
Color Harmonies of #CBE4C7
Complementary color
Monochromatic Colors of #CBE4C7
Black with #CBE4C7
Text Example
Text Example
White with #CBE4C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4C7; }
p { color: rgb(203,228,199); }
H1.HeaderClassName
{
color: #CBE4C7;
}
.AnyTagClassName
{
color: #CBE4C7;
}
</style>
background-color css
<style>
a { background-color: #CBE4C7; }
a { background-color: rgb(203,228,199); }
div.DivClassName
{
background-color: #CBE4C7;
}
.BgClassName
{
background-color: #CBE4C7;
}
</style>
border-color css
<style>
span { border-color: #CBE4C7; }
span { border-color: rgb(203,228,199); }
td.TdClassName
{
border-color: #CBE4C7;
}
.TagClassName
{
border-color: #CBE4C7;
}
</style>