Shades of Granny Apple #CBFDD8
Tints of Granny Apple #CBFDD8
RGB
CMYK
RGB Variations
Color information
#CBFDD8 (or 0xCBFDD8) is known color: Granny Apple. HEX triplet: CB, FD and D8. RGB value is (203,253,216). Sum of RGB (Red+Green+Blue) = 203+253+216=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 216 (84.77% from 255 or 32.14% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD8 is #340227. Grayscale: #E9E9E9. Windows color (decimal): -3408424 or 14220747. OLE color: 14220747.
HSL color Cylindrical-coordinate representation of color #CBFDD8: hue angle of 135.6º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFDD8 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 216 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.01 |
| HSL | 135.6º | 0.93% | 0.89% | - |
| HSV(B) | 135.6º | 0.2% | 0.99% | - |
| XYZ | 72.15 | 87.9 | 78.13 | - |
| YUV | 233.83 | 117.94 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 216 | 0.20 | 0 | 0.15 | 0.01 | 135.6 | 0.93 | 0.89 |
| Hex | CB | FD | D8 | 14 | 0 | F | 1 | 88 | 5D | 59 |
| Octal | 313 | 375 | 330 | 24 | 0 | 17 | 1 | 210 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11011000 | 10100 | 0 | 1111 | 1 | 10001000 | 1011101 | 1011001 |
Color Harmonies of #CBFDD8
Complementary color
Monochromatic Colors of #CBFDD8
Black with #CBFDD8
Text Example
Text Example
White with #CBFDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDD8; }
p { color: rgb(203,253,216); }
H1.HeaderClassName
{
color: #CBFDD8;
}
.AnyTagClassName
{
color: #CBFDD8;
}
</style>
background-color css
<style>
a { background-color: #CBFDD8; }
a { background-color: rgb(203,253,216); }
div.DivClassName
{
background-color: #CBFDD8;
}
.BgClassName
{
background-color: #CBFDD8;
}
</style>
border-color css
<style>
span { border-color: #CBFDD8; }
span { border-color: rgb(203,253,216); }
td.TdClassName
{
border-color: #CBFDD8;
}
.TagClassName
{
border-color: #CBFDD8;
}
</style>