Shades of Granny Apple #CBE5CB
Tints of Granny Apple #CBE5CB
RGB
CMYK
RGB Variations
Color information
#CBE5CB (or 0xCBE5CB) is known color: Granny Apple. HEX triplet: CB, E5 and CB. RGB value is (203,229,203). Sum of RGB (Red+Green+Blue) = 203+229+203=635 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.97% from 635); Green value is 229 (89.84% from 255 or 36.06% from 635); Blue value is 203 (79.69% from 255 or 31.97% from 635); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE5CB is #341A34. Grayscale: #DADADA. Windows color (decimal): -3414581 or 13362635. OLE color: 13362635.
HSL color Cylindrical-coordinate representation of color #CBE5CB: hue angle of 120º 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 #CBE5CB is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 203 | 229 | 203 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.10 |
| HSL | 120º | 0.33% | 0.85% | - |
| HSV(B) | 120º | 0.11% | 0.9% | - |
| XYZ | 63.43 | 73.05 | 67.26 | - |
| YUV | 218.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 229 | 203 | 0.11 | 0 | 0.11 | 0.10 | 120 | 0.33 | 0.85 |
| Hex | CB | E5 | CB | B | 0 | B | A | 78 | 21 | 55 |
| Octal | 313 | 345 | 313 | 13 | 0 | 13 | 12 | 170 | 41 | 125 |
| Binary | 11001011 | 11100101 | 11001011 | 1011 | 0 | 1011 | 1010 | 1111000 | 100001 | 1010101 |
Color Harmonies of #CBE5CB
Complementary color
Monochromatic Colors of #CBE5CB
Black with #CBE5CB
Text Example
Text Example
White with #CBE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE5CB; }
p { color: rgb(203,229,203); }
H1.HeaderClassName
{
color: #CBE5CB;
}
.AnyTagClassName
{
color: #CBE5CB;
}
</style>
background-color css
<style>
a { background-color: #CBE5CB; }
a { background-color: rgb(203,229,203); }
div.DivClassName
{
background-color: #CBE5CB;
}
.BgClassName
{
background-color: #CBE5CB;
}
</style>
border-color css
<style>
span { border-color: #CBE5CB; }
span { border-color: rgb(203,229,203); }
td.TdClassName
{
border-color: #CBE5CB;
}
.TagClassName
{
border-color: #CBE5CB;
}
</style>