Shades of Granny Apple #CBE4CC
Tints of Granny Apple #CBE4CC
RGB
CMYK
RGB Variations
Color information
#CBE4CC (or 0xCBE4CC) is known color: Granny Apple. HEX triplet: CB, E4 and CC. RGB value is (203,228,204). Sum of RGB (Red+Green+Blue) = 203+228+204=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 204 (80.08% from 255 or 32.13% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4CC is #341B33. Grayscale: #D9D9D9. Windows color (decimal): -3414836 or 13427915. OLE color: 13427915.
HSL color Cylindrical-coordinate representation of color #CBE4CC: hue angle of 122.4º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE4CC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 228 | 204 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.11 |
| HSL | 122.4º | 0.32% | 0.85% | - |
| HSV(B) | 122.4º | 0.11% | 0.89% | - |
| XYZ | 63.27 | 72.54 | 67.79 | - |
| YUV | 217.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 228 | 204 | 0.11 | 0 | 0.11 | 0.11 | 122.4 | 0.32 | 0.85 |
| Hex | CB | E4 | CC | B | 0 | B | B | 7A | 20 | 55 |
| Octal | 313 | 344 | 314 | 13 | 0 | 13 | 13 | 172 | 40 | 125 |
| Binary | 11001011 | 11100100 | 11001100 | 1011 | 0 | 1011 | 1011 | 1111010 | 100000 | 1010101 |
Color Harmonies of #CBE4CC
Complementary color
Monochromatic Colors of #CBE4CC
Black with #CBE4CC
Text Example
Text Example
White with #CBE4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE4CC; }
p { color: rgb(203,228,204); }
H1.HeaderClassName
{
color: #CBE4CC;
}
.AnyTagClassName
{
color: #CBE4CC;
}
</style>
background-color css
<style>
a { background-color: #CBE4CC; }
a { background-color: rgb(203,228,204); }
div.DivClassName
{
background-color: #CBE4CC;
}
.BgClassName
{
background-color: #CBE4CC;
}
</style>
border-color css
<style>
span { border-color: #CBE4CC; }
span { border-color: rgb(203,228,204); }
td.TdClassName
{
border-color: #CBE4CC;
}
.TagClassName
{
border-color: #CBE4CC;
}
</style>