Shades of Granny Apple #CBF8D5
Tints of Granny Apple #CBF8D5
RGB
CMYK
RGB Variations
Color information
#CBF8D5 (or 0xCBF8D5) is known color: Granny Apple. HEX triplet: CB, F8 and D5. RGB value is (203,248,213). Sum of RGB (Red+Green+Blue) = 203+248+213=664 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.57% from 664); Green value is 248 (97.27% from 255 or 37.35% from 664); Blue value is 213 (83.59% from 255 or 32.08% from 664); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8D5 is #34072A. Grayscale: #E6E6E6. Windows color (decimal): -3409707 or 14022859. OLE color: 14022859.
HSL color Cylindrical-coordinate representation of color #CBF8D5: hue angle of 133.33º 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 #CBF8D5 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 213 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.03 |
| HSL | 133.33º | 0.76% | 0.88% | - |
| HSV(B) | 133.33º | 0.18% | 0.97% | - |
| XYZ | 70.21 | 84.64 | 75.59 | - |
| YUV | 230.56 | 118.09 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 213 | 0.18 | 0 | 0.14 | 0.03 | 133.33 | 0.76 | 0.88 |
| Hex | CB | F8 | D5 | 12 | 0 | E | 3 | 85 | 4C | 58 |
| Octal | 313 | 370 | 325 | 22 | 0 | 16 | 3 | 205 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11010101 | 10010 | 0 | 1110 | 11 | 10000101 | 1001100 | 1011000 |
Color Harmonies of #CBF8D5
Complementary color
Monochromatic Colors of #CBF8D5
Black with #CBF8D5
Text Example
Text Example
White with #CBF8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8D5; }
p { color: rgb(203,248,213); }
H1.HeaderClassName
{
color: #CBF8D5;
}
.AnyTagClassName
{
color: #CBF8D5;
}
</style>
background-color css
<style>
a { background-color: #CBF8D5; }
a { background-color: rgb(203,248,213); }
div.DivClassName
{
background-color: #CBF8D5;
}
.BgClassName
{
background-color: #CBF8D5;
}
</style>
border-color css
<style>
span { border-color: #CBF8D5; }
span { border-color: rgb(203,248,213); }
td.TdClassName
{
border-color: #CBF8D5;
}
.TagClassName
{
border-color: #CBF8D5;
}
</style>