Shades of Snowy Mint #CFEEC6
Tints of Snowy Mint #CFEEC6
RGB
CMYK
RGB Variations
Color information
#CFEEC6 (or 0xCFEEC6) is known color: Snowy Mint. HEX triplet: CF, EE and C6. RGB value is (207,238,198). Sum of RGB (Red+Green+Blue) = 207+238+198=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 238 (93.36% from 255 or 37.01% from 643); Blue value is 198 (77.73% from 255 or 30.79% from 643); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEC6 is #301139. Grayscale: #E0E0E0. Windows color (decimal): -3150138 or 13037263. OLE color: 13037263.
HSL color Cylindrical-coordinate representation of color #CFEEC6: hue angle of 106.5º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFEEC6 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
RGB | 207 | 238 | 198 | - |
CMYK | 0.13 | 0 | 0.17 | 0.07 |
HSL | 106.5º | 0.54% | 0.85% | - |
HSV(B) | 106.5º | 0.17% | 0.93% | - |
XYZ | 66.5 | 78.49 | 65.07 | - |
YUV | 224.17 | 113.23 | 115.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 238 | 198 | 0.13 | 0 | 0.17 | 0.07 | 106.5 | 0.54 | 0.85 |
Hex | CF | EE | C6 | D | 0 | 11 | 7 | 6A | 36 | 55 |
Octal | 317 | 356 | 306 | 15 | 0 | 21 | 7 | 152 | 66 | 125 |
Binary | 11001111 | 11101110 | 11000110 | 1101 | 0 | 10001 | 111 | 1101010 | 110110 | 1010101 |
Color Harmonies of #CFEEC6
Complementary color
Monochromatic Colors of #CFEEC6
Black with #CFEEC6
Text Example
Text Example
White with #CFEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEEC6; }
p { color: rgb(207,238,198); }
H1.HeaderClassName
{
color: #CFEEC6;
}
.AnyTagClassName
{
color: #CFEEC6;
}
</style>
background-color css
<style>
a { background-color: #CFEEC6; }
a { background-color: rgb(207,238,198); }
div.DivClassName
{
background-color: #CFEEC6;
}
.BgClassName
{
background-color: #CFEEC6;
}
</style>
border-color css
<style>
span { border-color: #CFEEC6; }
span { border-color: rgb(207,238,198); }
td.TdClassName
{
border-color: #CFEEC6;
}
.TagClassName
{
border-color: #CFEEC6;
}
</style>