Shades of Snowy Mint #CBEFC6
Tints of Snowy Mint #CBEFC6
RGB
CMYK
RGB Variations
Color information
#CBEFC6 (or 0xCBEFC6) is known color: Snowy Mint. HEX triplet: CB, EF and C6. RGB value is (203,239,198). Sum of RGB (Red+Green+Blue) = 203+239+198=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFC6 is #341039. Grayscale: #DFDFDF. Windows color (decimal): -3412026 or 13037515. OLE color: 13037515.
HSL color Cylindrical-coordinate representation of color #CBEFC6: hue angle of 112.68º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEFC6 is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 198 | - |
| CMYK | 0.15 | 0 | 0.17 | 0.06 |
| HSL | 112.68º | 0.56% | 0.86% | - |
| HSV(B) | 112.68º | 0.17% | 0.94% | - |
| XYZ | 65.69 | 78.51 | 65.12 | - |
| YUV | 223.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 198 | 0.15 | 0 | 0.17 | 0.06 | 112.68 | 0.56 | 0.86 |
| Hex | CB | EF | C6 | F | 0 | 11 | 6 | 71 | 38 | 56 |
| Octal | 313 | 357 | 306 | 17 | 0 | 21 | 6 | 161 | 70 | 126 |
| Binary | 11001011 | 11101111 | 11000110 | 1111 | 0 | 10001 | 110 | 1110001 | 111000 | 1010110 |
Color Harmonies of #CBEFC6
Complementary color
Monochromatic Colors of #CBEFC6
Black with #CBEFC6
Text Example
Text Example
White with #CBEFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFC6; }
p { color: rgb(203,239,198); }
H1.HeaderClassName
{
color: #CBEFC6;
}
.AnyTagClassName
{
color: #CBEFC6;
}
</style>
background-color css
<style>
a { background-color: #CBEFC6; }
a { background-color: rgb(203,239,198); }
div.DivClassName
{
background-color: #CBEFC6;
}
.BgClassName
{
background-color: #CBEFC6;
}
</style>
border-color css
<style>
span { border-color: #CBEFC6; }
span { border-color: rgb(203,239,198); }
td.TdClassName
{
border-color: #CBEFC6;
}
.TagClassName
{
border-color: #CBEFC6;
}
</style>