Shades of Granny Apple #CBEBD5
Tints of Granny Apple #CBEBD5
RGB
CMYK
RGB Variations
Color information
#CBEBD5 (or 0xCBEBD5) is known color: Granny Apple. HEX triplet: CB, EB and D5. RGB value is (203,235,213). Sum of RGB (Red+Green+Blue) = 203+235+213=651 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.18% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD5 is #34142A. Grayscale: #DEDEDE. Windows color (decimal): -3413035 or 14019531. OLE color: 14019531.
HSL color Cylindrical-coordinate representation of color #CBEBD5: hue angle of 138.75º 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 #CBEBD5 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 213 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.08 |
| HSL | 138.75º | 0.44% | 0.86% | - |
| HSV(B) | 138.75º | 0.14% | 0.92% | - |
| XYZ | 66.35 | 76.92 | 74.3 | - |
| YUV | 222.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 213 | 0.14 | 0 | 0.09 | 0.08 | 138.75 | 0.44 | 0.86 |
| Hex | CB | EB | D5 | E | 0 | 9 | 8 | 8B | 2C | 56 |
| Octal | 313 | 353 | 325 | 16 | 0 | 11 | 10 | 213 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11010101 | 1110 | 0 | 1001 | 1000 | 10001011 | 101100 | 1010110 |
Color Harmonies of #CBEBD5
Complementary color
Monochromatic Colors of #CBEBD5
Black with #CBEBD5
Text Example
Text Example
White with #CBEBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBD5; }
p { color: rgb(203,235,213); }
H1.HeaderClassName
{
color: #CBEBD5;
}
.AnyTagClassName
{
color: #CBEBD5;
}
</style>
background-color css
<style>
a { background-color: #CBEBD5; }
a { background-color: rgb(203,235,213); }
div.DivClassName
{
background-color: #CBEBD5;
}
.BgClassName
{
background-color: #CBEBD5;
}
</style>
border-color css
<style>
span { border-color: #CBEBD5; }
span { border-color: rgb(203,235,213); }
td.TdClassName
{
border-color: #CBEBD5;
}
.TagClassName
{
border-color: #CBEBD5;
}
</style>