Shades of Granny Apple #CBE5D0
Tints of Granny Apple #CBE5D0
RGB
CMYK
RGB Variations
Color information
#CBE5D0 (or 0xCBE5D0) is known color: Granny Apple. HEX triplet: CB, E5 and D0. RGB value is (203,229,208). Sum of RGB (Red+Green+Blue) = 203+229+208=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 229 (89.84% from 255 or 35.78% from 640); Blue value is 208 (81.64% from 255 or 32.5% from 640); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5D0 is #341A2F. Grayscale: #DADADA. Windows color (decimal): -3414576 or 13690315. OLE color: 13690315.
HSL color Cylindrical-coordinate representation of color #CBE5D0: hue angle of 131.54º 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 #CBE5D0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 208 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.10 |
| HSL | 131.54º | 0.33% | 0.85% | - |
| HSV(B) | 131.54º | 0.11% | 0.9% | - |
| XYZ | 64.03 | 73.29 | 70.45 | - |
| YUV | 218.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 208 | 0.11 | 0 | 0.09 | 0.10 | 131.54 | 0.33 | 0.85 |
| Hex | CB | E5 | D0 | B | 0 | 9 | A | 84 | 21 | 55 |
| Octal | 313 | 345 | 320 | 13 | 0 | 11 | 12 | 204 | 41 | 125 |
| Binary | 11001011 | 11100101 | 11010000 | 1011 | 0 | 1001 | 1010 | 10000100 | 100001 | 1010101 |
Color Harmonies of #CBE5D0
Complementary color
Monochromatic Colors of #CBE5D0
Black with #CBE5D0
Text Example
Text Example
White with #CBE5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5D0; }
p { color: rgb(203,229,208); }
H1.HeaderClassName
{
color: #CBE5D0;
}
.AnyTagClassName
{
color: #CBE5D0;
}
</style>
background-color css
<style>
a { background-color: #CBE5D0; }
a { background-color: rgb(203,229,208); }
div.DivClassName
{
background-color: #CBE5D0;
}
.BgClassName
{
background-color: #CBE5D0;
}
</style>
border-color css
<style>
span { border-color: #CBE5D0; }
span { border-color: rgb(203,229,208); }
td.TdClassName
{
border-color: #CBE5D0;
}
.TagClassName
{
border-color: #CBE5D0;
}
</style>