Shades of Granny Apple #CBE8CD
Tints of Granny Apple #CBE8CD
RGB
CMYK
RGB Variations
Color information
#CBE8CD (or 0xCBE8CD) is known color: Granny Apple. HEX triplet: CB, E8 and CD. RGB value is (203,232,205). Sum of RGB (Red+Green+Blue) = 203+232+205=640 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.72% from 640); Green value is 232 (91.02% from 255 or 36.25% from 640); Blue value is 205 (80.47% from 255 or 32.03% from 640); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8CD is #341732. Grayscale: #DCDCDC. Windows color (decimal): -3413811 or 13494475. OLE color: 13494475.
HSL color Cylindrical-coordinate representation of color #CBE8CD: hue angle of 124.14º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBE8CD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 205 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.09 |
| HSL | 124.14º | 0.39% | 0.85% | - |
| HSV(B) | 124.14º | 0.13% | 0.91% | - |
| XYZ | 64.5 | 74.82 | 68.8 | - |
| YUV | 220.25 | 119.39 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 205 | 0.12 | 0 | 0.12 | 0.09 | 124.14 | 0.39 | 0.85 |
| Hex | CB | E8 | CD | C | 0 | C | 9 | 7C | 27 | 55 |
| Octal | 313 | 350 | 315 | 14 | 0 | 14 | 11 | 174 | 47 | 125 |
| Binary | 11001011 | 11101000 | 11001101 | 1100 | 0 | 1100 | 1001 | 1111100 | 100111 | 1010101 |
Color Harmonies of #CBE8CD
Complementary color
Monochromatic Colors of #CBE8CD
Black with #CBE8CD
Text Example
Text Example
White with #CBE8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8CD; }
p { color: rgb(203,232,205); }
H1.HeaderClassName
{
color: #CBE8CD;
}
.AnyTagClassName
{
color: #CBE8CD;
}
</style>
background-color css
<style>
a { background-color: #CBE8CD; }
a { background-color: rgb(203,232,205); }
div.DivClassName
{
background-color: #CBE8CD;
}
.BgClassName
{
background-color: #CBE8CD;
}
</style>
border-color css
<style>
span { border-color: #CBE8CD; }
span { border-color: rgb(203,232,205); }
td.TdClassName
{
border-color: #CBE8CD;
}
.TagClassName
{
border-color: #CBE8CD;
}
</style>