Shades of Snowy Mint #CBFEC5
Tints of Snowy Mint #CBFEC5
RGB
CMYK
RGB Variations
Color information
#CBFEC5 (or 0xCBFEC5) is known color: Snowy Mint. HEX triplet: CB, FE and C5. RGB value is (203,254,197). Sum of RGB (Red+Green+Blue) = 203+254+197=654 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.04% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEC5 is #34013A. Grayscale: #E8E8E8. Windows color (decimal): -3408187 or 12975819. OLE color: 12975819.
HSL color Cylindrical-coordinate representation of color #CBFEC5: hue angle of 113.68º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBFEC5 is Cyan = 0.20, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 254 | 197 | - |
| CMYK | 0.20 | 0 | 0.22 | 0.00 |
| HSL | 113.68º | 0.97% | 0.88% | - |
| HSV(B) | 113.68º | 0.22% | 1% | - |
| XYZ | 70.15 | 87.61 | 66.04 | - |
| YUV | 232.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 254 | 197 | 0.20 | 0 | 0.22 | 0.00 | 113.68 | 0.97 | 0.88 |
| Hex | CB | FE | C5 | 14 | 0 | 16 | 0 | 72 | 61 | 58 |
| Octal | 313 | 376 | 305 | 24 | 0 | 26 | 0 | 162 | 141 | 130 |
| Binary | 11001011 | 11111110 | 11000101 | 10100 | 0 | 10110 | 0 | 1110010 | 1100001 | 1011000 |
Color Harmonies of #CBFEC5
Complementary color
Monochromatic Colors of #CBFEC5
Black with #CBFEC5
Text Example
Text Example
White with #CBFEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFEC5; }
p { color: rgb(203,254,197); }
H1.HeaderClassName
{
color: #CBFEC5;
}
.AnyTagClassName
{
color: #CBFEC5;
}
</style>
background-color css
<style>
a { background-color: #CBFEC5; }
a { background-color: rgb(203,254,197); }
div.DivClassName
{
background-color: #CBFEC5;
}
.BgClassName
{
background-color: #CBFEC5;
}
</style>
border-color css
<style>
span { border-color: #CBFEC5; }
span { border-color: rgb(203,254,197); }
td.TdClassName
{
border-color: #CBFEC5;
}
.TagClassName
{
border-color: #CBFEC5;
}
</style>