Shades of Granny Apple #CBFADB
Tints of Granny Apple #CBFADB
RGB
CMYK
RGB Variations
Color information
#CBFADB (or 0xCBFADB) is known color: Granny Apple. HEX triplet: CB, FA and DB. RGB value is (203,250,219). Sum of RGB (Red+Green+Blue) = 203+250+219=672 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.21% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFADB is #340524. Grayscale: #E8E8E8. Windows color (decimal): -3409189 or 14416587. OLE color: 14416587.
HSL color Cylindrical-coordinate representation of color #CBFADB: hue angle of 140.43º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFADB is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 219 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.02 |
| HSL | 140.43º | 0.82% | 0.89% | - |
| HSV(B) | 140.43º | 0.19% | 0.98% | - |
| XYZ | 71.6 | 86.18 | 79.88 | - |
| YUV | 232.41 | 120.43 | 107.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 219 | 0.19 | 0 | 0.12 | 0.02 | 140.43 | 0.82 | 0.89 |
| Hex | CB | FA | DB | 13 | 0 | C | 2 | 8C | 52 | 59 |
| Octal | 313 | 372 | 333 | 23 | 0 | 14 | 2 | 214 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11011011 | 10011 | 0 | 1100 | 10 | 10001100 | 1010010 | 1011001 |
Color Harmonies of #CBFADB
Complementary color
Monochromatic Colors of #CBFADB
Black with #CBFADB
Text Example
Text Example
White with #CBFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFADB; }
p { color: rgb(203,250,219); }
H1.HeaderClassName
{
color: #CBFADB;
}
.AnyTagClassName
{
color: #CBFADB;
}
</style>
background-color css
<style>
a { background-color: #CBFADB; }
a { background-color: rgb(203,250,219); }
div.DivClassName
{
background-color: #CBFADB;
}
.BgClassName
{
background-color: #CBFADB;
}
</style>
border-color css
<style>
span { border-color: #CBFADB; }
span { border-color: rgb(203,250,219); }
td.TdClassName
{
border-color: #CBFADB;
}
.TagClassName
{
border-color: #CBFADB;
}
</style>