Shades of Granny Apple #CBFACD
Tints of Granny Apple #CBFACD
RGB
CMYK
RGB Variations
Color information
#CBFACD (or 0xCBFACD) is known color: Granny Apple. HEX triplet: CB, FA and CD. RGB value is (203,250,205). Sum of RGB (Red+Green+Blue) = 203+250+205=658 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.85% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 205 (80.47% from 255 or 31.16% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #CBFACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFACD is #340532. Grayscale: #E6E6E6. Windows color (decimal): -3409203 or 13499083. OLE color: 13499083.
HSL color Cylindrical-coordinate representation of color #CBFACD: hue angle of 122.55º 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 #CBFACD is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 250 | 205 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.02 |
| HSL | 122.55º | 0.82% | 0.89% | - |
| HSV(B) | 122.55º | 0.19% | 0.98% | - |
| XYZ | 69.83 | 85.48 | 70.58 | - |
| YUV | 230.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 250 | 205 | 0.19 | 0 | 0.18 | 0.02 | 122.55 | 0.82 | 0.89 |
| Hex | CB | FA | CD | 13 | 0 | 12 | 2 | 7B | 52 | 59 |
| Octal | 313 | 372 | 315 | 23 | 0 | 22 | 2 | 173 | 122 | 131 |
| Binary | 11001011 | 11111010 | 11001101 | 10011 | 0 | 10010 | 10 | 1111011 | 1010010 | 1011001 |
Color Harmonies of #CBFACD
Complementary color
Monochromatic Colors of #CBFACD
Black with #CBFACD
Text Example
Text Example
White with #CBFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFACD; }
p { color: rgb(203,250,205); }
H1.HeaderClassName
{
color: #CBFACD;
}
.AnyTagClassName
{
color: #CBFACD;
}
</style>
background-color css
<style>
a { background-color: #CBFACD; }
a { background-color: rgb(203,250,205); }
div.DivClassName
{
background-color: #CBFACD;
}
.BgClassName
{
background-color: #CBFACD;
}
</style>
border-color css
<style>
span { border-color: #CBFACD; }
span { border-color: rgb(203,250,205); }
td.TdClassName
{
border-color: #CBFACD;
}
.TagClassName
{
border-color: #CBFACD;
}
</style>