Shades of Snowy Mint #CFE5CB
Tints of Snowy Mint #CFE5CB
RGB
CMYK
RGB Variations
Color information
#CFE5CB (or 0xCFE5CB) is known color: Snowy Mint. HEX triplet: CF, E5 and CB. RGB value is (207,229,203). Sum of RGB (Red+Green+Blue) = 207+229+203=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 229 (89.84% from 255 or 35.84% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5CB is #301A34. Grayscale: #DBDBDB. Windows color (decimal): -3152437 or 13362639. OLE color: 13362639.
HSL color Cylindrical-coordinate representation of color #CFE5CB: hue angle of 110.77º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE5CB is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 229 | 203 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.10 |
| HSL | 110.77º | 0.33% | 0.85% | - |
| HSV(B) | 110.77º | 0.11% | 0.9% | - |
| XYZ | 64.53 | 73.62 | 67.31 | - |
| YUV | 219.46 | 118.71 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 229 | 203 | 0.10 | 0 | 0.11 | 0.10 | 110.77 | 0.33 | 0.85 |
| Hex | CF | E5 | CB | A | 0 | B | A | 6F | 21 | 55 |
| Octal | 317 | 345 | 313 | 12 | 0 | 13 | 12 | 157 | 41 | 125 |
| Binary | 11001111 | 11100101 | 11001011 | 1010 | 0 | 1011 | 1010 | 1101111 | 100001 | 1010101 |
Color Harmonies of #CFE5CB
Complementary color
Monochromatic Colors of #CFE5CB
Black with #CFE5CB
Text Example
Text Example
White with #CFE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE5CB; }
p { color: rgb(207,229,203); }
H1.HeaderClassName
{
color: #CFE5CB;
}
.AnyTagClassName
{
color: #CFE5CB;
}
</style>
background-color css
<style>
a { background-color: #CFE5CB; }
a { background-color: rgb(207,229,203); }
div.DivClassName
{
background-color: #CFE5CB;
}
.BgClassName
{
background-color: #CFE5CB;
}
</style>
border-color css
<style>
span { border-color: #CFE5CB; }
span { border-color: rgb(207,229,203); }
td.TdClassName
{
border-color: #CFE5CB;
}
.TagClassName
{
border-color: #CFE5CB;
}
</style>