Shades of Granny Apple #CBF8D9
Tints of Granny Apple #CBF8D9
RGB
CMYK
RGB Variations
Color information
#CBF8D9 (or 0xCBF8D9) is known color: Granny Apple. HEX triplet: CB, F8 and D9. RGB value is (203,248,217). Sum of RGB (Red+Green+Blue) = 203+248+217=668 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.39% from 668); Green value is 248 (97.27% from 255 or 37.13% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8D9 is #340726. Grayscale: #E7E7E7. Windows color (decimal): -3409703 or 14285003. OLE color: 14285003.
HSL color Cylindrical-coordinate representation of color #CBF8D9: hue angle of 138.67º degrees, saturation: 0.76, 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 #CBF8D9 is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 217 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.03 |
| HSL | 138.67º | 0.76% | 0.88% | - |
| HSV(B) | 138.67º | 0.18% | 0.97% | - |
| XYZ | 70.72 | 84.84 | 78.29 | - |
| YUV | 231.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 217 | 0.18 | 0 | 0.12 | 0.03 | 138.67 | 0.76 | 0.88 |
| Hex | CB | F8 | D9 | 12 | 0 | C | 3 | 8B | 4C | 58 |
| Octal | 313 | 370 | 331 | 22 | 0 | 14 | 3 | 213 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11011001 | 10010 | 0 | 1100 | 11 | 10001011 | 1001100 | 1011000 |
Color Harmonies of #CBF8D9
Complementary color
Monochromatic Colors of #CBF8D9
Black with #CBF8D9
Text Example
Text Example
White with #CBF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8D9; }
p { color: rgb(203,248,217); }
H1.HeaderClassName
{
color: #CBF8D9;
}
.AnyTagClassName
{
color: #CBF8D9;
}
</style>
background-color css
<style>
a { background-color: #CBF8D9; }
a { background-color: rgb(203,248,217); }
div.DivClassName
{
background-color: #CBF8D9;
}
.BgClassName
{
background-color: #CBF8D9;
}
</style>
border-color css
<style>
span { border-color: #CBF8D9; }
span { border-color: rgb(203,248,217); }
td.TdClassName
{
border-color: #CBF8D9;
}
.TagClassName
{
border-color: #CBF8D9;
}
</style>