Shades of Granny Apple #CBE5CC
Tints of Granny Apple #CBE5CC
RGB
CMYK
RGB Variations
Color information
#CBE5CC (or 0xCBE5CC) is known color: Granny Apple. HEX triplet: CB, E5 and CC. RGB value is (203,229,204). Sum of RGB (Red+Green+Blue) = 203+229+204=636 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.92% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 204 (80.08% from 255 or 32.08% from 636); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5CC is #341A33. Grayscale: #DADADA. Windows color (decimal): -3414580 or 13428171. OLE color: 13428171.
HSL color Cylindrical-coordinate representation of color #CBE5CC: hue angle of 122.31º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBE5CC is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 204 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.10 |
| HSL | 122.31º | 0.33% | 0.85% | - |
| HSV(B) | 122.31º | 0.11% | 0.9% | - |
| XYZ | 63.55 | 73.09 | 67.89 | - |
| YUV | 218.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 204 | 0.11 | 0 | 0.11 | 0.10 | 122.31 | 0.33 | 0.85 |
| Hex | CB | E5 | CC | B | 0 | B | A | 7A | 21 | 55 |
| Octal | 313 | 345 | 314 | 13 | 0 | 13 | 12 | 172 | 41 | 125 |
| Binary | 11001011 | 11100101 | 11001100 | 1011 | 0 | 1011 | 1010 | 1111010 | 100001 | 1010101 |
Color Harmonies of #CBE5CC
Complementary color
Monochromatic Colors of #CBE5CC
Black with #CBE5CC
Text Example
Text Example
White with #CBE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5CC; }
p { color: rgb(203,229,204); }
H1.HeaderClassName
{
color: #CBE5CC;
}
.AnyTagClassName
{
color: #CBE5CC;
}
</style>
background-color css
<style>
a { background-color: #CBE5CC; }
a { background-color: rgb(203,229,204); }
div.DivClassName
{
background-color: #CBE5CC;
}
.BgClassName
{
background-color: #CBE5CC;
}
</style>
border-color css
<style>
span { border-color: #CBE5CC; }
span { border-color: rgb(203,229,204); }
td.TdClassName
{
border-color: #CBE5CC;
}
.TagClassName
{
border-color: #CBE5CC;
}
</style>