Shades of Granny Apple #CBEBD0
Tints of Granny Apple #CBEBD0
RGB
CMYK
RGB Variations
Color information
#CBEBD0 (or 0xCBEBD0) is known color: Granny Apple. HEX triplet: CB, EB and D0. RGB value is (203,235,208). Sum of RGB (Red+Green+Blue) = 203+235+208=646 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.42% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 208 (81.64% from 255 or 32.20% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD0 is #34142F. Grayscale: #DEDEDE. Windows color (decimal): -3413040 or 13691851. OLE color: 13691851.
HSL color Cylindrical-coordinate representation of color #CBEBD0: hue angle of 129.38º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CBEBD0 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 208 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.08 |
| HSL | 129.38º | 0.44% | 0.86% | - |
| HSV(B) | 129.38º | 0.14% | 0.92% | - |
| XYZ | 65.72 | 76.67 | 71.01 | - |
| YUV | 222.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 208 | 0.14 | 0 | 0.11 | 0.08 | 129.38 | 0.44 | 0.86 |
| Hex | CB | EB | D0 | E | 0 | B | 8 | 81 | 2C | 56 |
| Octal | 313 | 353 | 320 | 16 | 0 | 13 | 10 | 201 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11010000 | 1110 | 0 | 1011 | 1000 | 10000001 | 101100 | 1010110 |
Color Harmonies of #CBEBD0
Complementary color
Monochromatic Colors of #CBEBD0
Black with #CBEBD0
Text Example
Text Example
White with #CBEBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBD0; }
p { color: rgb(203,235,208); }
H1.HeaderClassName
{
color: #CBEBD0;
}
.AnyTagClassName
{
color: #CBEBD0;
}
</style>
background-color css
<style>
a { background-color: #CBEBD0; }
a { background-color: rgb(203,235,208); }
div.DivClassName
{
background-color: #CBEBD0;
}
.BgClassName
{
background-color: #CBEBD0;
}
</style>
border-color css
<style>
span { border-color: #CBEBD0; }
span { border-color: rgb(203,235,208); }
td.TdClassName
{
border-color: #CBEBD0;
}
.TagClassName
{
border-color: #CBEBD0;
}
</style>