Shades of Granny Apple #CBE6CF
Tints of Granny Apple #CBE6CF
RGB
CMYK
RGB Variations
Color information
#CBE6CF (or 0xCBE6CF) is known color: Granny Apple. HEX triplet: CB, E6 and CF. RGB value is (203,230,207). Sum of RGB (Red+Green+Blue) = 203+230+207=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 207 (81.25% from 255 or 32.34% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6CF is #341930. Grayscale: #DBDBDB. Windows color (decimal): -3414321 or 13625035. OLE color: 13625035.
HSL color Cylindrical-coordinate representation of color #CBE6CF: hue angle of 128.89º 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 #CBE6CF is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 230 | 207 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.10 |
| HSL | 128.89º | 0.35% | 0.85% | - |
| HSV(B) | 128.89º | 0.12% | 0.9% | - |
| XYZ | 64.19 | 73.8 | 69.89 | - |
| YUV | 219.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 230 | 207 | 0.12 | 0 | 0.10 | 0.10 | 128.89 | 0.35 | 0.85 |
| Hex | CB | E6 | CF | C | 0 | A | A | 81 | 23 | 55 |
| Octal | 313 | 346 | 317 | 14 | 0 | 12 | 12 | 201 | 43 | 125 |
| Binary | 11001011 | 11100110 | 11001111 | 1100 | 0 | 1010 | 1010 | 10000001 | 100011 | 1010101 |
Color Harmonies of #CBE6CF
Complementary color
Monochromatic Colors of #CBE6CF
Black with #CBE6CF
Text Example
Text Example
White with #CBE6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE6CF; }
p { color: rgb(203,230,207); }
H1.HeaderClassName
{
color: #CBE6CF;
}
.AnyTagClassName
{
color: #CBE6CF;
}
</style>
background-color css
<style>
a { background-color: #CBE6CF; }
a { background-color: rgb(203,230,207); }
div.DivClassName
{
background-color: #CBE6CF;
}
.BgClassName
{
background-color: #CBE6CF;
}
</style>
border-color css
<style>
span { border-color: #CBE6CF; }
span { border-color: rgb(203,230,207); }
td.TdClassName
{
border-color: #CBE6CF;
}
.TagClassName
{
border-color: #CBE6CF;
}
</style>