Shades of Snowy Mint #CBF2C7
Tints of Snowy Mint #CBF2C7
RGB
CMYK
RGB Variations
Color information
#CBF2C7 (or 0xCBF2C7) is known color: Snowy Mint. HEX triplet: CB, F2 and C7. RGB value is (203,242,199). Sum of RGB (Red+Green+Blue) = 203+242+199=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF2C7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF2C7 is #340D38. Grayscale: #E1E1E1. Windows color (decimal): -3411257 or 13103819. OLE color: 13103819.
HSL color Cylindrical-coordinate representation of color #CBF2C7: hue angle of 114.42º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF2C7 is Cyan = 0.16, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 242 | 199 | - |
| CMYK | 0.16 | 0 | 0.18 | 0.05 |
| HSL | 114.42º | 0.62% | 0.86% | - |
| HSV(B) | 114.42º | 0.18% | 0.95% | - |
| XYZ | 66.69 | 80.32 | 66.02 | - |
| YUV | 225.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 242 | 199 | 0.16 | 0 | 0.18 | 0.05 | 114.42 | 0.62 | 0.86 |
| Hex | CB | F2 | C7 | 10 | 0 | 12 | 5 | 72 | 3E | 56 |
| Octal | 313 | 362 | 307 | 20 | 0 | 22 | 5 | 162 | 76 | 126 |
| Binary | 11001011 | 11110010 | 11000111 | 10000 | 0 | 10010 | 101 | 1110010 | 111110 | 1010110 |
Color Harmonies of #CBF2C7
Complementary color
Monochromatic Colors of #CBF2C7
Black with #CBF2C7
Text Example
Text Example
White with #CBF2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF2C7; }
p { color: rgb(203,242,199); }
H1.HeaderClassName
{
color: #CBF2C7;
}
.AnyTagClassName
{
color: #CBF2C7;
}
</style>
background-color css
<style>
a { background-color: #CBF2C7; }
a { background-color: rgb(203,242,199); }
div.DivClassName
{
background-color: #CBF2C7;
}
.BgClassName
{
background-color: #CBF2C7;
}
</style>
border-color css
<style>
span { border-color: #CBF2C7; }
span { border-color: rgb(203,242,199); }
td.TdClassName
{
border-color: #CBF2C7;
}
.TagClassName
{
border-color: #CBF2C7;
}
</style>