Shades of Snowy Mint #CFEBC9
Tints of Snowy Mint #CFEBC9
RGB
CMYK
RGB Variations
Color information
#CFEBC9 (or 0xCFEBC9) is known color: Snowy Mint. HEX triplet: CF, EB and C9. RGB value is (207,235,201). Sum of RGB (Red+Green+Blue) = 207+235+201=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 201 (78.91% from 255 or 31.26% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEBC9 is #301436. Grayscale: #DEDEDE. Windows color (decimal): -3150903 or 13233103. OLE color: 13233103.
HSL color Cylindrical-coordinate representation of color #CFEBC9: hue angle of 109.41º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFEBC9 is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 235 | 201 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.08 |
| HSL | 109.41º | 0.46% | 0.85% | - |
| HSV(B) | 109.41º | 0.14% | 0.92% | - |
| XYZ | 65.98 | 76.9 | 66.62 | - |
| YUV | 222.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 235 | 201 | 0.12 | 0 | 0.14 | 0.08 | 109.41 | 0.46 | 0.85 |
| Hex | CF | EB | C9 | C | 0 | E | 8 | 6D | 2E | 55 |
| Octal | 317 | 353 | 311 | 14 | 0 | 16 | 10 | 155 | 56 | 125 |
| Binary | 11001111 | 11101011 | 11001001 | 1100 | 0 | 1110 | 1000 | 1101101 | 101110 | 1010101 |
Color Harmonies of #CFEBC9
Complementary color
Monochromatic Colors of #CFEBC9
Black with #CFEBC9
Text Example
Text Example
White with #CFEBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEBC9; }
p { color: rgb(207,235,201); }
H1.HeaderClassName
{
color: #CFEBC9;
}
.AnyTagClassName
{
color: #CFEBC9;
}
</style>
background-color css
<style>
a { background-color: #CFEBC9; }
a { background-color: rgb(207,235,201); }
div.DivClassName
{
background-color: #CFEBC9;
}
.BgClassName
{
background-color: #CFEBC9;
}
</style>
border-color css
<style>
span { border-color: #CFEBC9; }
span { border-color: rgb(207,235,201); }
td.TdClassName
{
border-color: #CFEBC9;
}
.TagClassName
{
border-color: #CFEBC9;
}
</style>