Shades of Snowy Mint #CBEDC6
Tints of Snowy Mint #CBEDC6
RGB
CMYK
RGB Variations
Color information
#CBEDC6 (or 0xCBEDC6) is known color: Snowy Mint. HEX triplet: CB, ED and C6. RGB value is (203,237,198). Sum of RGB (Red+Green+Blue) = 203+237+198=638 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.82% from 638); Green value is 237 (92.97% from 255 or 37.15% from 638); Blue value is 198 (77.73% from 255 or 31.03% from 638); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDC6 is #341239. Grayscale: #DEDEDE. Windows color (decimal): -3412538 or 13037003. OLE color: 13037003.
HSL color Cylindrical-coordinate representation of color #CBEDC6: hue angle of 112.31º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBEDC6 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 237 | 198 | - |
| CMYK | 0.14 | 0 | 0.16 | 0.07 |
| HSL | 112.31º | 0.52% | 0.85% | - |
| HSV(B) | 112.31º | 0.16% | 0.93% | - |
| XYZ | 65.11 | 77.34 | 64.92 | - |
| YUV | 222.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 237 | 198 | 0.14 | 0 | 0.16 | 0.07 | 112.31 | 0.52 | 0.85 |
| Hex | CB | ED | C6 | E | 0 | 10 | 7 | 70 | 34 | 55 |
| Octal | 313 | 355 | 306 | 16 | 0 | 20 | 7 | 160 | 64 | 125 |
| Binary | 11001011 | 11101101 | 11000110 | 1110 | 0 | 10000 | 111 | 1110000 | 110100 | 1010101 |
Color Harmonies of #CBEDC6
Complementary color
Monochromatic Colors of #CBEDC6
Black with #CBEDC6
Text Example
Text Example
White with #CBEDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEDC6; }
p { color: rgb(203,237,198); }
H1.HeaderClassName
{
color: #CBEDC6;
}
.AnyTagClassName
{
color: #CBEDC6;
}
</style>
background-color css
<style>
a { background-color: #CBEDC6; }
a { background-color: rgb(203,237,198); }
div.DivClassName
{
background-color: #CBEDC6;
}
.BgClassName
{
background-color: #CBEDC6;
}
</style>
border-color css
<style>
span { border-color: #CBEDC6; }
span { border-color: rgb(203,237,198); }
td.TdClassName
{
border-color: #CBEDC6;
}
.TagClassName
{
border-color: #CBEDC6;
}
</style>