Shades of Granny Apple #CBE8D2
Tints of Granny Apple #CBE8D2
RGB
CMYK
RGB Variations
Color information
#CBE8D2 (or 0xCBE8D2) is known color: Granny Apple. HEX triplet: CB, E8 and D2. RGB value is (203,232,210). Sum of RGB (Red+Green+Blue) = 203+232+210=645 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.47% from 645); Green value is 232 (91.02% from 255 or 35.97% from 645); Blue value is 210 (82.42% from 255 or 32.56% from 645); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D2 is #34172D. Grayscale: #DCDCDC. Windows color (decimal): -3413806 or 13822155. OLE color: 13822155.
HSL color Cylindrical-coordinate representation of color #CBE8D2: hue angle of 134.48º 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 #CBE8D2 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 210 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.09 |
| HSL | 134.48º | 0.39% | 0.85% | - |
| HSV(B) | 134.48º | 0.13% | 0.91% | - |
| XYZ | 65.12 | 75.06 | 72.03 | - |
| YUV | 220.82 | 121.89 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 210 | 0.12 | 0 | 0.09 | 0.09 | 134.48 | 0.39 | 0.85 |
| Hex | CB | E8 | D2 | C | 0 | 9 | 9 | 86 | 27 | 55 |
| Octal | 313 | 350 | 322 | 14 | 0 | 11 | 11 | 206 | 47 | 125 |
| Binary | 11001011 | 11101000 | 11010010 | 1100 | 0 | 1001 | 1001 | 10000110 | 100111 | 1010101 |
Color Harmonies of #CBE8D2
Complementary color
Monochromatic Colors of #CBE8D2
Black with #CBE8D2
Text Example
Text Example
White with #CBE8D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8D2; }
p { color: rgb(203,232,210); }
H1.HeaderClassName
{
color: #CBE8D2;
}
.AnyTagClassName
{
color: #CBE8D2;
}
</style>
background-color css
<style>
a { background-color: #CBE8D2; }
a { background-color: rgb(203,232,210); }
div.DivClassName
{
background-color: #CBE8D2;
}
.BgClassName
{
background-color: #CBE8D2;
}
</style>
border-color css
<style>
span { border-color: #CBE8D2; }
span { border-color: rgb(203,232,210); }
td.TdClassName
{
border-color: #CBE8D2;
}
.TagClassName
{
border-color: #CBE8D2;
}
</style>