Shades of Snowy Mint #CFEEC7
Tints of Snowy Mint #CFEEC7
RGB
CMYK
RGB Variations
Color information
#CFEEC7 (or 0xCFEEC7) is known color: Snowy Mint. HEX triplet: CF, EE and C7. RGB value is (207,238,199). Sum of RGB (Red+Green+Blue) = 207+238+199=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 199 (78.12% from 255 or 30.90% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC7 is #301138. Grayscale: #E0E0E0. Windows color (decimal): -3150137 or 13102799. OLE color: 13102799.
HSL color Cylindrical-coordinate representation of color #CFEEC7: hue angle of 107.69º 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 #CFEEC7 is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 199 | - |
CMYK | 0.13 | 0 | 0.16 | 0.07 |
HSL | 107.69º | 0.53% | 0.86% | - |
HSV(B) | 107.69º | 0.16% | 0.93% | - |
XYZ | 66.62 | 78.54 | 65.68 | - |
YUV | 224.29 | 113.73 | 115.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 199 | 0.13 | 0 | 0.16 | 0.07 | 107.69 | 0.53 | 0.86 |
Hex | CF | EE | C7 | D | 0 | 10 | 7 | 6C | 35 | 56 |
Octal | 317 | 356 | 307 | 15 | 0 | 20 | 7 | 154 | 65 | 126 |
Binary | 11001111 | 11101110 | 11000111 | 1101 | 0 | 10000 | 111 | 1101100 | 110101 | 1010110 |
Color Harmonies of #CFEEC7
Complementary color
Monochromatic Colors of #CFEEC7
Black with #CFEEC7
Text Example
Text Example
White with #CFEEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC7; }
p { color: rgb(207,238,199); }
H1.HeaderClassName
{
color: #CFEEC7;
}
.AnyTagClassName
{
color: #CFEEC7;
}
</style>
background-color css
<style>
a { background-color: #CFEEC7; }
a { background-color: rgb(207,238,199); }
div.DivClassName
{
background-color: #CFEEC7;
}
.BgClassName
{
background-color: #CFEEC7;
}
</style>
border-color css
<style>
span { border-color: #CFEEC7; }
span { border-color: rgb(207,238,199); }
td.TdClassName
{
border-color: #CFEEC7;
}
.TagClassName
{
border-color: #CFEEC7;
}
</style>