Shades of Granny Apple #CBE8D6
Tints of Granny Apple #CBE8D6
RGB
CMYK
RGB Variations
Color information
#CBE8D6 (or 0xCBE8D6) is known color: Granny Apple. HEX triplet: CB, E8 and D6. RGB value is (203,232,214). Sum of RGB (Red+Green+Blue) = 203+232+214=649 (85% of max value = 765). Red value is 203 (79.69% from 255 or 31.28% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 214 (83.98% from 255 or 32.97% from 649); Max value from RGB is 232 - color contains mainly: green. Hex color #CBE8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE8D6 is #341729. Grayscale: #DDDDDD. Windows color (decimal): -3413802 or 14084299. OLE color: 14084299.
HSL color Cylindrical-coordinate representation of color #CBE8D6: hue angle of 142.76º 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 #CBE8D6 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 232 | 214 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.09 |
| HSL | 142.76º | 0.39% | 0.85% | - |
| HSV(B) | 142.76º | 0.13% | 0.91% | - |
| XYZ | 65.62 | 75.26 | 74.69 | - |
| YUV | 221.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 232 | 214 | 0.12 | 0 | 0.08 | 0.09 | 142.76 | 0.39 | 0.85 |
| Hex | CB | E8 | D6 | C | 0 | 8 | 9 | 8F | 27 | 55 |
| Octal | 313 | 350 | 326 | 14 | 0 | 10 | 11 | 217 | 47 | 125 |
| Binary | 11001011 | 11101000 | 11010110 | 1100 | 0 | 1000 | 1001 | 10001111 | 100111 | 1010101 |
Color Harmonies of #CBE8D6
Complementary color
Monochromatic Colors of #CBE8D6
Black with #CBE8D6
Text Example
Text Example
White with #CBE8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBE8D6; }
p { color: rgb(203,232,214); }
H1.HeaderClassName
{
color: #CBE8D6;
}
.AnyTagClassName
{
color: #CBE8D6;
}
</style>
background-color css
<style>
a { background-color: #CBE8D6; }
a { background-color: rgb(203,232,214); }
div.DivClassName
{
background-color: #CBE8D6;
}
.BgClassName
{
background-color: #CBE8D6;
}
</style>
border-color css
<style>
span { border-color: #CBE8D6; }
span { border-color: rgb(203,232,214); }
td.TdClassName
{
border-color: #CBE8D6;
}
.TagClassName
{
border-color: #CBE8D6;
}
</style>