Shades of Granny Apple #CBF8DA
Tints of Granny Apple #CBF8DA
RGB
CMYK
RGB Variations
Color information
#CBF8DA (or 0xCBF8DA) is known color: Granny Apple. HEX triplet: CB, F8 and DA. RGB value is (203,248,218). Sum of RGB (Red+Green+Blue) = 203+248+218=669 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.34% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #CBF8DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBF8DA is #340725. Grayscale: #E7E7E7. Windows color (decimal): -3409702 or 14350539. OLE color: 14350539.
HSL color Cylindrical-coordinate representation of color #CBF8DA: hue angle of 140º 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 #CBF8DA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 248 | 218 | - |
| CMYK | 0.18 | 0 | 0.12 | 0.03 |
| HSL | 140º | 0.76% | 0.88% | - |
| HSV(B) | 140º | 0.18% | 0.97% | - |
| XYZ | 70.85 | 84.89 | 78.98 | - |
| YUV | 231.13 | 120.59 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 248 | 218 | 0.18 | 0 | 0.12 | 0.03 | 140 | 0.76 | 0.88 |
| Hex | CB | F8 | DA | 12 | 0 | C | 3 | 8C | 4C | 58 |
| Octal | 313 | 370 | 332 | 22 | 0 | 14 | 3 | 214 | 114 | 130 |
| Binary | 11001011 | 11111000 | 11011010 | 10010 | 0 | 1100 | 11 | 10001100 | 1001100 | 1011000 |
Color Harmonies of #CBF8DA
Complementary color
Monochromatic Colors of #CBF8DA
Black with #CBF8DA
Text Example
Text Example
White with #CBF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBF8DA; }
p { color: rgb(203,248,218); }
H1.HeaderClassName
{
color: #CBF8DA;
}
.AnyTagClassName
{
color: #CBF8DA;
}
</style>
background-color css
<style>
a { background-color: #CBF8DA; }
a { background-color: rgb(203,248,218); }
div.DivClassName
{
background-color: #CBF8DA;
}
.BgClassName
{
background-color: #CBF8DA;
}
</style>
border-color css
<style>
span { border-color: #CBF8DA; }
span { border-color: rgb(203,248,218); }
td.TdClassName
{
border-color: #CBF8DA;
}
.TagClassName
{
border-color: #CBF8DA;
}
</style>