Shades of Snowy Mint #CEEBC8
Tints of Snowy Mint #CEEBC8
RGB
CMYK
RGB Variations
Color information
#CEEBC8 (or 0xCEEBC8) is known color: Snowy Mint. HEX triplet: CE, EB and C8. RGB value is (206,235,200). Sum of RGB (Red+Green+Blue) = 206+235+200=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 235 (92.19% from 255 or 36.66% from 641); Blue value is 200 (78.52% from 255 or 31.20% from 641); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBC8 is #311437. Grayscale: #DEDEDE. Windows color (decimal): -3216440 or 13167566. OLE color: 13167566.
HSL color Cylindrical-coordinate representation of color #CEEBC8: hue angle of 109.71º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEBC8 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 235 | 200 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.08 |
| HSL | 109.71º | 0.47% | 0.85% | - |
| HSV(B) | 109.71º | 0.15% | 0.92% | - |
| XYZ | 65.59 | 76.71 | 65.99 | - |
| YUV | 222.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 235 | 200 | 0.12 | 0 | 0.15 | 0.08 | 109.71 | 0.47 | 0.85 |
| Hex | CE | EB | C8 | C | 0 | F | 8 | 6E | 2F | 55 |
| Octal | 316 | 353 | 310 | 14 | 0 | 17 | 10 | 156 | 57 | 125 |
| Binary | 11001110 | 11101011 | 11001000 | 1100 | 0 | 1111 | 1000 | 1101110 | 101111 | 1010101 |
Color Harmonies of #CEEBC8
Complementary color
Monochromatic Colors of #CEEBC8
Black with #CEEBC8
Text Example
Text Example
White with #CEEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEEBC8; }
p { color: rgb(206,235,200); }
H1.HeaderClassName
{
color: #CEEBC8;
}
.AnyTagClassName
{
color: #CEEBC8;
}
</style>
background-color css
<style>
a { background-color: #CEEBC8; }
a { background-color: rgb(206,235,200); }
div.DivClassName
{
background-color: #CEEBC8;
}
.BgClassName
{
background-color: #CEEBC8;
}
</style>
border-color css
<style>
span { border-color: #CEEBC8; }
span { border-color: rgb(206,235,200); }
td.TdClassName
{
border-color: #CEEBC8;
}
.TagClassName
{
border-color: #CEEBC8;
}
</style>