Shades of Snowy Mint #CBF8C6
Tints of Snowy Mint #CBF8C6
RGB
CMYK
RGB Variations
Color information
#CBF8C6 (or 0xCBF8C6) is known color: Snowy Mint. HEX triplet: CB, F8 and C6. RGB value is (203,248,198). Sum of RGB (Red+Green+Blue) = 203+248+198=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 198 (77.73% from 255 or 30.51% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8C6 is #340739. Grayscale: #E5E5E5. Windows color (decimal): -3409722 or 13039819. OLE color: 13039819.
HSL color Cylindrical-coordinate representation of color #CBF8C6: hue angle of 114º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBF8C6 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 198 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.03 |
| HSL | 114º | 0.78% | 0.87% | - |
| HSV(B) | 114º | 0.2% | 0.97% | - |
| XYZ | 68.39 | 83.91 | 66.02 | - |
| YUV | 228.85 | 110.59 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 198 | 0.18 | 0 | 0.20 | 0.03 | 114 | 0.78 | 0.87 |
| Hex | CB | F8 | C6 | 12 | 0 | 14 | 3 | 72 | 4E | 57 |
| Octal | 313 | 370 | 306 | 22 | 0 | 24 | 3 | 162 | 116 | 127 |
| Binary | 11001011 | 11111000 | 11000110 | 10010 | 0 | 10100 | 11 | 1110010 | 1001110 | 1010111 |
Color Harmonies of #CBF8C6
Complementary color
Monochromatic Colors of #CBF8C6
Black with #CBF8C6
Text Example
Text Example
White with #CBF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8C6; }
p { color: rgb(203,248,198); }
H1.HeaderClassName
{
color: #CBF8C6;
}
.AnyTagClassName
{
color: #CBF8C6;
}
</style>
background-color css
<style>
a { background-color: #CBF8C6; }
a { background-color: rgb(203,248,198); }
div.DivClassName
{
background-color: #CBF8C6;
}
.BgClassName
{
background-color: #CBF8C6;
}
</style>
border-color css
<style>
span { border-color: #CBF8C6; }
span { border-color: rgb(203,248,198); }
td.TdClassName
{
border-color: #CBF8C6;
}
.TagClassName
{
border-color: #CBF8C6;
}
</style>