Shades of Snowy Mint #CFE7CB
Tints of Snowy Mint #CFE7CB
RGB
CMYK
RGB Variations
Color information
#CFE7CB (or 0xCFE7CB) is known color: Snowy Mint. HEX triplet: CF, E7 and CB. RGB value is (207,231,203). Sum of RGB (Red+Green+Blue) = 207+231+203=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 231 (90.62% from 255 or 36.04% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7CB is #301834. Grayscale: #DCDCDC. Windows color (decimal): -3151925 or 13363151. OLE color: 13363151.
HSL color Cylindrical-coordinate representation of color #CFE7CB: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFE7CB is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 203 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.09 |
| HSL | 111.43º | 0.37% | 0.85% | - |
| HSV(B) | 111.43º | 0.12% | 0.91% | - |
| XYZ | 65.09 | 74.73 | 67.49 | - |
| YUV | 220.63 | 118.05 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 203 | 0.10 | 0 | 0.12 | 0.09 | 111.43 | 0.37 | 0.85 |
| Hex | CF | E7 | CB | A | 0 | C | 9 | 6F | 25 | 55 |
| Octal | 317 | 347 | 313 | 12 | 0 | 14 | 11 | 157 | 45 | 125 |
| Binary | 11001111 | 11100111 | 11001011 | 1010 | 0 | 1100 | 1001 | 1101111 | 100101 | 1010101 |
Color Harmonies of #CFE7CB
Complementary color
Monochromatic Colors of #CFE7CB
Black with #CFE7CB
Text Example
Text Example
White with #CFE7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE7CB; }
p { color: rgb(207,231,203); }
H1.HeaderClassName
{
color: #CFE7CB;
}
.AnyTagClassName
{
color: #CFE7CB;
}
</style>
background-color css
<style>
a { background-color: #CFE7CB; }
a { background-color: rgb(207,231,203); }
div.DivClassName
{
background-color: #CFE7CB;
}
.BgClassName
{
background-color: #CFE7CB;
}
</style>
border-color css
<style>
span { border-color: #CFE7CB; }
span { border-color: rgb(207,231,203); }
td.TdClassName
{
border-color: #CFE7CB;
}
.TagClassName
{
border-color: #CFE7CB;
}
</style>