Shades of Snowy Mint #CBEEC6
Tints of Snowy Mint #CBEEC6
RGB
CMYK
RGB Variations
Color information
#CBEEC6 (or 0xCBEEC6) is known color: Snowy Mint. HEX triplet: CB, EE and C6. RGB value is (203,238,198). Sum of RGB (Red+Green+Blue) = 203+238+198=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 238 (93.36% from 255 or 37.25% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEEC6 is #341139. Grayscale: #DFDFDF. Windows color (decimal): -3412282 or 13037259. OLE color: 13037259.
HSL color Cylindrical-coordinate representation of color #CBEEC6: hue angle of 112.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEEC6 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 203 | 238 | 198 | - |
CMYK | 0.15 | 0 | 0.17 | 0.07 |
HSL | 112.5º | 0.54% | 0.85% | - |
HSV(B) | 112.5º | 0.17% | 0.93% | - |
XYZ | 65.4 | 77.92 | 65.02 | - |
YUV | 222.98 | 113.9 | 113.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 238 | 198 | 0.15 | 0 | 0.17 | 0.07 | 112.5 | 0.54 | 0.85 |
Hex | CB | EE | C6 | F | 0 | 11 | 7 | 70 | 36 | 55 |
Octal | 313 | 356 | 306 | 17 | 0 | 21 | 7 | 160 | 66 | 125 |
Binary | 11001011 | 11101110 | 11000110 | 1111 | 0 | 10001 | 111 | 1110000 | 110110 | 1010101 |
Color Harmonies of #CBEEC6
Complementary color
Monochromatic Colors of #CBEEC6
Black with #CBEEC6
Text Example
Text Example
White with #CBEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEEC6; }
p { color: rgb(203,238,198); }
H1.HeaderClassName
{
color: #CBEEC6;
}
.AnyTagClassName
{
color: #CBEEC6;
}
</style>
background-color css
<style>
a { background-color: #CBEEC6; }
a { background-color: rgb(203,238,198); }
div.DivClassName
{
background-color: #CBEEC6;
}
.BgClassName
{
background-color: #CBEEC6;
}
</style>
border-color css
<style>
span { border-color: #CBEEC6; }
span { border-color: rgb(203,238,198); }
td.TdClassName
{
border-color: #CBEEC6;
}
.TagClassName
{
border-color: #CBEEC6;
}
</style>