Shades of Granny Apple #CBEBCD
Tints of Granny Apple #CBEBCD
RGB
CMYK
RGB Variations
Color information
#CBEBCD (or 0xCBEBCD) is known color: Granny Apple. HEX triplet: CB, EB and CD. RGB value is (203,235,205). Sum of RGB (Red+Green+Blue) = 203+235+205=643 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.57% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBCD is #341432. Grayscale: #DEDEDE. Windows color (decimal): -3413043 or 13495243. OLE color: 13495243.
HSL color Cylindrical-coordinate representation of color #CBEBCD: hue angle of 123.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 #CBEBCD is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 235 | 205 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.08 |
| HSL | 123.75º | 0.44% | 0.86% | - |
| HSV(B) | 123.75º | 0.14% | 0.92% | - |
| XYZ | 65.36 | 76.52 | 69.08 | - |
| YUV | 222.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 235 | 205 | 0.14 | 0 | 0.13 | 0.08 | 123.75 | 0.44 | 0.86 |
| Hex | CB | EB | CD | E | 0 | D | 8 | 7C | 2C | 56 |
| Octal | 313 | 353 | 315 | 16 | 0 | 15 | 10 | 174 | 54 | 126 |
| Binary | 11001011 | 11101011 | 11001101 | 1110 | 0 | 1101 | 1000 | 1111100 | 101100 | 1010110 |
Color Harmonies of #CBEBCD
Complementary color
Monochromatic Colors of #CBEBCD
Black with #CBEBCD
Text Example
Text Example
White with #CBEBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEBCD; }
p { color: rgb(203,235,205); }
H1.HeaderClassName
{
color: #CBEBCD;
}
.AnyTagClassName
{
color: #CBEBCD;
}
</style>
background-color css
<style>
a { background-color: #CBEBCD; }
a { background-color: rgb(203,235,205); }
div.DivClassName
{
background-color: #CBEBCD;
}
.BgClassName
{
background-color: #CBEBCD;
}
</style>
border-color css
<style>
span { border-color: #CBEBCD; }
span { border-color: rgb(203,235,205); }
td.TdClassName
{
border-color: #CBEBCD;
}
.TagClassName
{
border-color: #CBEBCD;
}
</style>