Shades of Snowy Mint #CBF0C6
Tints of Snowy Mint #CBF0C6
RGB
CMYK
RGB Variations
Color information
#CBF0C6 (or 0xCBF0C6) is known color: Snowy Mint. HEX triplet: CB, F0 and C6. RGB value is (203,240,198). Sum of RGB (Red+Green+Blue) = 203+240+198=641 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.67% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 198 (77.73% from 255 or 30.89% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #CBF0C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF0C6 is #340F39. Grayscale: #E0E0E0. Windows color (decimal): -3411770 or 13037771. OLE color: 13037771.
HSL color Cylindrical-coordinate representation of color #CBF0C6: hue angle of 112.86º degrees, saturation: 0.58, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF0C6 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 240 | 198 | - |
| CMYK | 0.15 | 0 | 0.18 | 0.06 |
| HSL | 112.86º | 0.58% | 0.86% | - |
| HSV(B) | 112.86º | 0.18% | 0.94% | - |
| XYZ | 65.98 | 79.09 | 65.22 | - |
| YUV | 224.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 240 | 198 | 0.15 | 0 | 0.18 | 0.06 | 112.86 | 0.58 | 0.86 |
| Hex | CB | F0 | C6 | F | 0 | 12 | 6 | 71 | 3A | 56 |
| Octal | 313 | 360 | 306 | 17 | 0 | 22 | 6 | 161 | 72 | 126 |
| Binary | 11001011 | 11110000 | 11000110 | 1111 | 0 | 10010 | 110 | 1110001 | 111010 | 1010110 |
Color Harmonies of #CBF0C6
Complementary color
Monochromatic Colors of #CBF0C6
Black with #CBF0C6
Text Example
Text Example
White with #CBF0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF0C6; }
p { color: rgb(203,240,198); }
H1.HeaderClassName
{
color: #CBF0C6;
}
.AnyTagClassName
{
color: #CBF0C6;
}
</style>
background-color css
<style>
a { background-color: #CBF0C6; }
a { background-color: rgb(203,240,198); }
div.DivClassName
{
background-color: #CBF0C6;
}
.BgClassName
{
background-color: #CBF0C6;
}
</style>
border-color css
<style>
span { border-color: #CBF0C6; }
span { border-color: rgb(203,240,198); }
td.TdClassName
{
border-color: #CBF0C6;
}
.TagClassName
{
border-color: #CBF0C6;
}
</style>