Shades of Granny Apple #CBF7D8
Tints of Granny Apple #CBF7D8
RGB
CMYK
RGB Variations
Color information
#CBF7D8 (or 0xCBF7D8) is known color: Granny Apple. HEX triplet: CB, F7 and D8. RGB value is (203,247,216). Sum of RGB (Red+Green+Blue) = 203+247+216=666 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.48% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 216 (84.77% from 255 or 32.43% from 666); Max value from RGB is 247 - color contains mainly: green. Hex color #CBF7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF7D8 is #340827. Grayscale: #E6E6E6. Windows color (decimal): -3409960 or 14219211. OLE color: 14219211.
HSL color Cylindrical-coordinate representation of color #CBF7D8: hue angle of 137.73º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBF7D8 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 247 | 216 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.03 |
| HSL | 137.73º | 0.73% | 0.88% | - |
| HSV(B) | 137.73º | 0.18% | 0.97% | - |
| XYZ | 70.28 | 84.18 | 77.51 | - |
| YUV | 230.31 | 119.92 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 247 | 216 | 0.18 | 0 | 0.13 | 0.03 | 137.73 | 0.73 | 0.88 |
| Hex | CB | F7 | D8 | 12 | 0 | D | 3 | 8A | 49 | 58 |
| Octal | 313 | 367 | 330 | 22 | 0 | 15 | 3 | 212 | 111 | 130 |
| Binary | 11001011 | 11110111 | 11011000 | 10010 | 0 | 1101 | 11 | 10001010 | 1001001 | 1011000 |
Color Harmonies of #CBF7D8
Complementary color
Monochromatic Colors of #CBF7D8
Black with #CBF7D8
Text Example
Text Example
White with #CBF7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF7D8; }
p { color: rgb(203,247,216); }
H1.HeaderClassName
{
color: #CBF7D8;
}
.AnyTagClassName
{
color: #CBF7D8;
}
</style>
background-color css
<style>
a { background-color: #CBF7D8; }
a { background-color: rgb(203,247,216); }
div.DivClassName
{
background-color: #CBF7D8;
}
.BgClassName
{
background-color: #CBF7D8;
}
</style>
border-color css
<style>
span { border-color: #CBF7D8; }
span { border-color: rgb(203,247,216); }
td.TdClassName
{
border-color: #CBF7D8;
}
.TagClassName
{
border-color: #CBF7D8;
}
</style>