Shades of Snowy Mint #CBECC7
Tints of Snowy Mint #CBECC7
RGB
CMYK
RGB Variations
Color information
#CBECC7 (or 0xCBECC7) is known color: Snowy Mint. HEX triplet: CB, EC and C7. RGB value is (203,236,199). Sum of RGB (Red+Green+Blue) = 203+236+199=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 199 (78.12% from 255 or 31.19% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECC7 is #341338. Grayscale: #DEDEDE. Windows color (decimal): -3412793 or 13102283. OLE color: 13102283.
HSL color Cylindrical-coordinate representation of color #CBECC7: hue angle of 113.51º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBECC7 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 236 | 199 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 113.51º | 0.49% | 0.85% | - |
| HSV(B) | 113.51º | 0.16% | 0.93% | - |
| XYZ | 64.93 | 76.81 | 65.44 | - |
| YUV | 221.92 | 115.07 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 236 | 199 | 0.14 | 0 | 0.16 | 0.07 | 113.51 | 0.49 | 0.85 |
| Hex | CB | EC | C7 | E | 0 | 10 | 7 | 72 | 31 | 55 |
| Octal | 313 | 354 | 307 | 16 | 0 | 20 | 7 | 162 | 61 | 125 |
| Binary | 11001011 | 11101100 | 11000111 | 1110 | 0 | 10000 | 111 | 1110010 | 110001 | 1010101 |
Color Harmonies of #CBECC7
Complementary color
Monochromatic Colors of #CBECC7
Black with #CBECC7
Text Example
Text Example
White with #CBECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBECC7; }
p { color: rgb(203,236,199); }
H1.HeaderClassName
{
color: #CBECC7;
}
.AnyTagClassName
{
color: #CBECC7;
}
</style>
background-color css
<style>
a { background-color: #CBECC7; }
a { background-color: rgb(203,236,199); }
div.DivClassName
{
background-color: #CBECC7;
}
.BgClassName
{
background-color: #CBECC7;
}
</style>
border-color css
<style>
span { border-color: #CBECC7; }
span { border-color: rgb(203,236,199); }
td.TdClassName
{
border-color: #CBECC7;
}
.TagClassName
{
border-color: #CBECC7;
}
</style>