Shades of Granny Apple #CBEBD4
Tints of Granny Apple #CBEBD4
RGB
CMYK
RGB Variations
Color information
#CBEBD4 (or 0xCBEBD4) is known color: Granny Apple. HEX triplet: CB, EB and D4. RGB value is (203,235,212). Sum of RGB (Red+Green+Blue) = 203+235+212=650 (86% of max value = 765). Red value is 203 (79.69% from 255 or 31.23% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBD4 is #34142B. Grayscale: #DEDEDE. Windows color (decimal): -3413036 or 13953995. OLE color: 13953995.
HSL color Cylindrical-coordinate representation of color #CBEBD4: hue angle of 136.88º 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 #CBEBD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 212 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.08 |
| HSL | 136.88º | 0.44% | 0.86% | - |
| HSV(B) | 136.88º | 0.14% | 0.92% | - |
| XYZ | 66.22 | 76.87 | 73.63 | - |
| YUV | 222.81 | 121.9 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 212 | 0.14 | 0 | 0.10 | 0.08 | 136.88 | 0.44 | 0.86 |
| Hex | CB | EB | D4 | E | 0 | A | 8 | 89 | 2C | 56 |
| Octal | 313 | 353 | 324 | 16 | 0 | 12 | 10 | 211 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11010100 | 1110 | 0 | 1010 | 1000 | 10001001 | 101100 | 1010110 |
Color Harmonies of #CBEBD4
Complementary color
Monochromatic Colors of #CBEBD4
Black with #CBEBD4
Text Example
Text Example
White with #CBEBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBD4; }
p { color: rgb(203,235,212); }
H1.HeaderClassName
{
color: #CBEBD4;
}
.AnyTagClassName
{
color: #CBEBD4;
}
</style>
background-color css
<style>
a { background-color: #CBEBD4; }
a { background-color: rgb(203,235,212); }
div.DivClassName
{
background-color: #CBEBD4;
}
.BgClassName
{
background-color: #CBEBD4;
}
</style>
border-color css
<style>
span { border-color: #CBEBD4; }
span { border-color: rgb(203,235,212); }
td.TdClassName
{
border-color: #CBEBD4;
}
.TagClassName
{
border-color: #CBEBD4;
}
</style>