Shades of Granny Apple #CBE2D0
Tints of Granny Apple #CBE2D0
RGB
CMYK
RGB Variations
Color information
#CBE2D0 (or 0xCBE2D0) is known color: Granny Apple. HEX triplet: CB, E2 and D0. RGB value is (203,226,208). Sum of RGB (Red+Green+Blue) = 203+226+208=637 (84% of max value = 765). Red value is 203 (79.69% from 255 or 31.87% from 637); Green value is 226 (88.67% from 255 or 35.48% from 637); Blue value is 208 (81.64% from 255 or 32.65% from 637); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE2D0 is #341D2F. Grayscale: #D9D9D9. Windows color (decimal): -3415344 or 13689547. OLE color: 13689547.
HSL color Cylindrical-coordinate representation of color #CBE2D0: hue angle of 133.04º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBE2D0 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 203 | 226 | 208 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.11 |
| HSL | 133.04º | 0.28% | 0.84% | - |
| HSV(B) | 133.04º | 0.1% | 0.89% | - |
| XYZ | 63.21 | 71.64 | 70.17 | - |
| YUV | 217.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 226 | 208 | 0.10 | 0 | 0.08 | 0.11 | 133.04 | 0.28 | 0.84 |
| Hex | CB | E2 | D0 | A | 0 | 8 | B | 85 | 1C | 54 |
| Octal | 313 | 342 | 320 | 12 | 0 | 10 | 13 | 205 | 34 | 124 |
| Binary | 11001011 | 11100010 | 11010000 | 1010 | 0 | 1000 | 1011 | 10000101 | 11100 | 1010100 |
Color Harmonies of #CBE2D0
Complementary color
Monochromatic Colors of #CBE2D0
Black with #CBE2D0
Text Example
Text Example
White with #CBE2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE2D0; }
p { color: rgb(203,226,208); }
H1.HeaderClassName
{
color: #CBE2D0;
}
.AnyTagClassName
{
color: #CBE2D0;
}
</style>
background-color css
<style>
a { background-color: #CBE2D0; }
a { background-color: rgb(203,226,208); }
div.DivClassName
{
background-color: #CBE2D0;
}
.BgClassName
{
background-color: #CBE2D0;
}
</style>
border-color css
<style>
span { border-color: #CBE2D0; }
span { border-color: rgb(203,226,208); }
td.TdClassName
{
border-color: #CBE2D0;
}
.TagClassName
{
border-color: #CBE2D0;
}
</style>