Shades of Snowy Mint #CFEEC8
Tints of Snowy Mint #CFEEC8
RGB
CMYK
RGB Variations
Color information
#CFEEC8 (or 0xCFEEC8) is known color: Snowy Mint. HEX triplet: CF, EE and C8. RGB value is (207,238,200). Sum of RGB (Red+Green+Blue) = 207+238+200=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 238 (93.36% from 255 or 36.90% from 645); Blue value is 200 (78.52% from 255 or 31.01% from 645); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC8 is #301137. Grayscale: #E0E0E0. Windows color (decimal): -3150136 or 13168335. OLE color: 13168335.
HSL color Cylindrical-coordinate representation of color #CFEEC8: hue angle of 108.95º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFEEC8 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 238 | 200 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.07 |
| HSL | 108.95º | 0.53% | 0.86% | - |
| HSV(B) | 108.95º | 0.16% | 0.93% | - |
| XYZ | 66.73 | 78.58 | 66.29 | - |
| YUV | 224.4 | 114.23 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 238 | 200 | 0.13 | 0 | 0.16 | 0.07 | 108.95 | 0.53 | 0.86 |
| Hex | CF | EE | C8 | D | 0 | 10 | 7 | 6D | 35 | 56 |
| Octal | 317 | 356 | 310 | 15 | 0 | 20 | 7 | 155 | 65 | 126 |
| Binary | 11001111 | 11101110 | 11001000 | 1101 | 0 | 10000 | 111 | 1101101 | 110101 | 1010110 |
Color Harmonies of #CFEEC8
Complementary color
Monochromatic Colors of #CFEEC8
Black with #CFEEC8
Text Example
Text Example
White with #CFEEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC8; }
p { color: rgb(207,238,200); }
H1.HeaderClassName
{
color: #CFEEC8;
}
.AnyTagClassName
{
color: #CFEEC8;
}
</style>
background-color css
<style>
a { background-color: #CFEEC8; }
a { background-color: rgb(207,238,200); }
div.DivClassName
{
background-color: #CFEEC8;
}
.BgClassName
{
background-color: #CFEEC8;
}
</style>
border-color css
<style>
span { border-color: #CFEEC8; }
span { border-color: rgb(207,238,200); }
td.TdClassName
{
border-color: #CFEEC8;
}
.TagClassName
{
border-color: #CFEEC8;
}
</style>