Shades of Granny Apple #CBE4D0
Tints of Granny Apple #CBE4D0
RGB
CMYK
RGB Variations
Color information
#CBE4D0 (or 0xCBE4D0) is known color: Granny Apple. HEX triplet: CB, E4 and D0. RGB value is (203,228,208). Sum of RGB (Red+Green+Blue) = 203+228+208=639 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.77% from 639); Green value is 228 (89.45% from 255 or 35.68% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4D0 is #341B2F. Grayscale: #DADADA. Windows color (decimal): -3414832 or 13690059. OLE color: 13690059.
HSL color Cylindrical-coordinate representation of color #CBE4D0: hue angle of 132º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4D0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 208 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.11 |
| HSL | 132º | 0.32% | 0.85% | - |
| HSV(B) | 132º | 0.11% | 0.89% | - |
| XYZ | 63.76 | 72.74 | 70.35 | - |
| YUV | 218.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 208 | 0.11 | 0 | 0.09 | 0.11 | 132 | 0.32 | 0.85 |
| Hex | CB | E4 | D0 | B | 0 | 9 | B | 84 | 20 | 55 |
| Octal | 313 | 344 | 320 | 13 | 0 | 11 | 13 | 204 | 40 | 125 |
| Binary | 11001011 | 11100100 | 11010000 | 1011 | 0 | 1001 | 1011 | 10000100 | 100000 | 1010101 |
Color Harmonies of #CBE4D0
Complementary color
Monochromatic Colors of #CBE4D0
Black with #CBE4D0
Text Example
Text Example
White with #CBE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4D0; }
p { color: rgb(203,228,208); }
H1.HeaderClassName
{
color: #CBE4D0;
}
.AnyTagClassName
{
color: #CBE4D0;
}
</style>
background-color css
<style>
a { background-color: #CBE4D0; }
a { background-color: rgb(203,228,208); }
div.DivClassName
{
background-color: #CBE4D0;
}
.BgClassName
{
background-color: #CBE4D0;
}
</style>
border-color css
<style>
span { border-color: #CBE4D0; }
span { border-color: rgb(203,228,208); }
td.TdClassName
{
border-color: #CBE4D0;
}
.TagClassName
{
border-color: #CBE4D0;
}
</style>