Shades of Granny Apple #CBE9D0
Tints of Granny Apple #CBE9D0
RGB
CMYK
RGB Variations
Color information
#CBE9D0 (or 0xCBE9D0) is known color: Granny Apple. HEX triplet: CB, E9 and D0. RGB value is (203,233,208). Sum of RGB (Red+Green+Blue) = 203+233+208=644 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.52% from 644); Green value is 233 (91.41% from 255 or 36.18% from 644); Blue value is 208 (81.64% from 255 or 32.30% from 644); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE9D0 is #34162F. Grayscale: #DDDDDD. Windows color (decimal): -3413552 or 13691339. OLE color: 13691339.
HSL color Cylindrical-coordinate representation of color #CBE9D0: hue angle of 130º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBE9D0 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 233 | 208 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.09 |
| HSL | 130º | 0.41% | 0.85% | - |
| HSV(B) | 130º | 0.13% | 0.91% | - |
| XYZ | 65.15 | 75.53 | 70.82 | - |
| YUV | 221.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 233 | 208 | 0.13 | 0 | 0.11 | 0.09 | 130 | 0.41 | 0.85 |
| Hex | CB | E9 | D0 | D | 0 | B | 9 | 82 | 29 | 55 |
| Octal | 313 | 351 | 320 | 15 | 0 | 13 | 11 | 202 | 51 | 125 |
| Binary | 11001011 | 11101001 | 11010000 | 1101 | 0 | 1011 | 1001 | 10000010 | 101001 | 1010101 |
Color Harmonies of #CBE9D0
Complementary color
Monochromatic Colors of #CBE9D0
Black with #CBE9D0
Text Example
Text Example
White with #CBE9D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE9D0; }
p { color: rgb(203,233,208); }
H1.HeaderClassName
{
color: #CBE9D0;
}
.AnyTagClassName
{
color: #CBE9D0;
}
</style>
background-color css
<style>
a { background-color: #CBE9D0; }
a { background-color: rgb(203,233,208); }
div.DivClassName
{
background-color: #CBE9D0;
}
.BgClassName
{
background-color: #CBE9D0;
}
</style>
border-color css
<style>
span { border-color: #CBE9D0; }
span { border-color: rgb(203,233,208); }
td.TdClassName
{
border-color: #CBE9D0;
}
.TagClassName
{
border-color: #CBE9D0;
}
</style>