Shades of Snowy Mint #CFEBC8
Tints of Snowy Mint #CFEBC8
RGB
CMYK
RGB Variations
Color information
#CFEBC8 (or 0xCFEBC8) is known color: Snowy Mint. HEX triplet: CF, EB and C8. RGB value is (207,235,200). Sum of RGB (Red+Green+Blue) = 207+235+200=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 235 (92.19% from 255 or 36.60% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBC8 is #301437. Grayscale: #DEDEDE. Windows color (decimal): -3150904 or 13167567. OLE color: 13167567.
HSL color Cylindrical-coordinate representation of color #CFEBC8: hue angle of 108º 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 #CFEBC8 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 200 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.08 |
| HSL | 108º | 0.47% | 0.85% | - |
| HSV(B) | 108º | 0.15% | 0.92% | - |
| XYZ | 65.87 | 76.85 | 66.01 | - |
| YUV | 222.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 200 | 0.12 | 0 | 0.15 | 0.08 | 108 | 0.47 | 0.85 |
| Hex | CF | EB | C8 | C | 0 | F | 8 | 6C | 2F | 55 |
| Octal | 317 | 353 | 310 | 14 | 0 | 17 | 10 | 154 | 57 | 125 |
| Binary | 11001111 | 11101011 | 11001000 | 1100 | 0 | 1111 | 1000 | 1101100 | 101111 | 1010101 |
Color Harmonies of #CFEBC8
Complementary color
Monochromatic Colors of #CFEBC8
Black with #CFEBC8
Text Example
Text Example
White with #CFEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBC8; }
p { color: rgb(207,235,200); }
H1.HeaderClassName
{
color: #CFEBC8;
}
.AnyTagClassName
{
color: #CFEBC8;
}
</style>
background-color css
<style>
a { background-color: #CFEBC8; }
a { background-color: rgb(207,235,200); }
div.DivClassName
{
background-color: #CFEBC8;
}
.BgClassName
{
background-color: #CFEBC8;
}
</style>
border-color css
<style>
span { border-color: #CFEBC8; }
span { border-color: rgb(207,235,200); }
td.TdClassName
{
border-color: #CFEBC8;
}
.TagClassName
{
border-color: #CFEBC8;
}
</style>