Shades of Snowy Mint #CFE6CB
Tints of Snowy Mint #CFE6CB
RGB
CMYK
RGB Variations
Color information
#CFE6CB (or 0xCFE6CB) is known color: Snowy Mint. HEX triplet: CF, E6 and CB. RGB value is (207,230,203). Sum of RGB (Red+Green+Blue) = 207+230+203=640 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.34% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 203 (79.69% from 255 or 31.72% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE6CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE6CB is #301934. Grayscale: #DCDCDC. Windows color (decimal): -3152181 or 13362895. OLE color: 13362895.
HSL color Cylindrical-coordinate representation of color #CFE6CB: hue angle of 111.11º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE6CB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 203 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.10 |
| HSL | 111.11º | 0.35% | 0.85% | - |
| HSV(B) | 111.11º | 0.12% | 0.9% | - |
| XYZ | 64.81 | 74.17 | 67.4 | - |
| YUV | 220.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 203 | 0.10 | 0 | 0.12 | 0.10 | 111.11 | 0.35 | 0.85 |
| Hex | CF | E6 | CB | A | 0 | C | A | 6F | 23 | 55 |
| Octal | 317 | 346 | 313 | 12 | 0 | 14 | 12 | 157 | 43 | 125 |
| Binary | 11001111 | 11100110 | 11001011 | 1010 | 0 | 1100 | 1010 | 1101111 | 100011 | 1010101 |
Color Harmonies of #CFE6CB
Complementary color
Monochromatic Colors of #CFE6CB
Black with #CFE6CB
Text Example
Text Example
White with #CFE6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE6CB; }
p { color: rgb(207,230,203); }
H1.HeaderClassName
{
color: #CFE6CB;
}
.AnyTagClassName
{
color: #CFE6CB;
}
</style>
background-color css
<style>
a { background-color: #CFE6CB; }
a { background-color: rgb(207,230,203); }
div.DivClassName
{
background-color: #CFE6CB;
}
.BgClassName
{
background-color: #CFE6CB;
}
</style>
border-color css
<style>
span { border-color: #CFE6CB; }
span { border-color: rgb(207,230,203); }
td.TdClassName
{
border-color: #CFE6CB;
}
.TagClassName
{
border-color: #CFE6CB;
}
</style>