Shades of Snowy Mint #CBF4C5
Tints of Snowy Mint #CBF4C5
RGB
CMYK
RGB Variations
Color information
#CBF4C5 (or 0xCBF4C5) is known color: Snowy Mint. HEX triplet: CB, F4 and C5. RGB value is (203,244,197). Sum of RGB (Red+Green+Blue) = 203+244+197=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 197 (77.34% from 255 or 30.59% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #CBF4C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF4C5 is #340B3A. Grayscale: #E2E2E2. Windows color (decimal): -3410747 or 12973259. OLE color: 12973259.
HSL color Cylindrical-coordinate representation of color #CBF4C5: hue angle of 112.34º degrees, saturation: 0.68, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBF4C5 is Cyan = 0.17, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 244 | 197 | - |
| CMYK | 0.17 | 0 | 0.19 | 0.04 |
| HSL | 112.34º | 0.68% | 0.86% | - |
| HSV(B) | 112.34º | 0.19% | 0.96% | - |
| XYZ | 67.06 | 81.43 | 65.01 | - |
| YUV | 226.38 | 111.42 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 244 | 197 | 0.17 | 0 | 0.19 | 0.04 | 112.34 | 0.68 | 0.86 |
| Hex | CB | F4 | C5 | 11 | 0 | 13 | 4 | 70 | 44 | 56 |
| Octal | 313 | 364 | 305 | 21 | 0 | 23 | 4 | 160 | 104 | 126 |
| Binary | 11001011 | 11110100 | 11000101 | 10001 | 0 | 10011 | 100 | 1110000 | 1000100 | 1010110 |
Color Harmonies of #CBF4C5
Complementary color
Monochromatic Colors of #CBF4C5
Black with #CBF4C5
Text Example
Text Example
White with #CBF4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF4C5; }
p { color: rgb(203,244,197); }
H1.HeaderClassName
{
color: #CBF4C5;
}
.AnyTagClassName
{
color: #CBF4C5;
}
</style>
background-color css
<style>
a { background-color: #CBF4C5; }
a { background-color: rgb(203,244,197); }
div.DivClassName
{
background-color: #CBF4C5;
}
.BgClassName
{
background-color: #CBF4C5;
}
</style>
border-color css
<style>
span { border-color: #CBF4C5; }
span { border-color: rgb(203,244,197); }
td.TdClassName
{
border-color: #CBF4C5;
}
.TagClassName
{
border-color: #CBF4C5;
}
</style>