Shades of Granny Apple #CBEFD8
Tints of Granny Apple #CBEFD8
RGB
CMYK
RGB Variations
Color information
#CBEFD8 (or 0xCBEFD8) is known color: Granny Apple. HEX triplet: CB, EF and D8. RGB value is (203,239,216). Sum of RGB (Red+Green+Blue) = 203+239+216=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 239 (93.75% from 255 or 36.32% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 239 - color contains mainly: green. Hex color #CBEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEFD8 is #341027. Grayscale: #E1E1E1. Windows color (decimal): -3412008 or 14217163. OLE color: 14217163.
HSL color Cylindrical-coordinate representation of color #CBEFD8: hue angle of 141.67º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBEFD8 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 239 | 216 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.06 |
| HSL | 141.67º | 0.53% | 0.87% | - |
| HSV(B) | 141.67º | 0.15% | 0.94% | - |
| XYZ | 67.89 | 79.39 | 76.71 | - |
| YUV | 225.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 239 | 216 | 0.15 | 0 | 0.10 | 0.06 | 141.67 | 0.53 | 0.87 |
| Hex | CB | EF | D8 | F | 0 | A | 6 | 8E | 35 | 57 |
| Octal | 313 | 357 | 330 | 17 | 0 | 12 | 6 | 216 | 65 | 127 |
| Binary | 11001011 | 11101111 | 11011000 | 1111 | 0 | 1010 | 110 | 10001110 | 110101 | 1010111 |
Color Harmonies of #CBEFD8
Complementary color
Monochromatic Colors of #CBEFD8
Black with #CBEFD8
Text Example
Text Example
White with #CBEFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBEFD8; }
p { color: rgb(203,239,216); }
H1.HeaderClassName
{
color: #CBEFD8;
}
.AnyTagClassName
{
color: #CBEFD8;
}
</style>
background-color css
<style>
a { background-color: #CBEFD8; }
a { background-color: rgb(203,239,216); }
div.DivClassName
{
background-color: #CBEFD8;
}
.BgClassName
{
background-color: #CBEFD8;
}
</style>
border-color css
<style>
span { border-color: #CBEFD8; }
span { border-color: rgb(203,239,216); }
td.TdClassName
{
border-color: #CBEFD8;
}
.TagClassName
{
border-color: #CBEFD8;
}
</style>