Shades of Granny Apple #CBFDD7
Tints of Granny Apple #CBFDD7
RGB
CMYK
RGB Variations
Color information
#CBFDD7 (or 0xCBFDD7) is known color: Granny Apple. HEX triplet: CB, FD and D7. RGB value is (203,253,215). Sum of RGB (Red+Green+Blue) = 203+253+215=671 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.25% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD7 is #340228. Grayscale: #E9E9E9. Windows color (decimal): -3408425 or 14155211. OLE color: 14155211.
HSL color Cylindrical-coordinate representation of color #CBFDD7: hue angle of 134.4º 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 #CBFDD7 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
RGB | 203 | 253 | 215 | - |
CMYK | 0.20 | 0 | 0.15 | 0.01 |
HSL | 134.4º | 0.93% | 0.89% | - |
HSV(B) | 134.4º | 0.2% | 0.99% | - |
XYZ | 72.02 | 87.85 | 77.45 | - |
YUV | 233.72 | 117.44 | 106.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 253 | 215 | 0.20 | 0 | 0.15 | 0.01 | 134.4 | 0.93 | 0.89 |
Hex | CB | FD | D7 | 14 | 0 | F | 1 | 86 | 5D | 59 |
Octal | 313 | 375 | 327 | 24 | 0 | 17 | 1 | 206 | 135 | 131 |
Binary | 11001011 | 11111101 | 11010111 | 10100 | 0 | 1111 | 1 | 10000110 | 1011101 | 1011001 |
Color Harmonies of #CBFDD7
Complementary color
Monochromatic Colors of #CBFDD7
Black with #CBFDD7
Text Example
Text Example
White with #CBFDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDD7; }
p { color: rgb(203,253,215); }
H1.HeaderClassName
{
color: #CBFDD7;
}
.AnyTagClassName
{
color: #CBFDD7;
}
</style>
background-color css
<style>
a { background-color: #CBFDD7; }
a { background-color: rgb(203,253,215); }
div.DivClassName
{
background-color: #CBFDD7;
}
.BgClassName
{
background-color: #CBFDD7;
}
</style>
border-color css
<style>
span { border-color: #CBFDD7; }
span { border-color: rgb(203,253,215); }
td.TdClassName
{
border-color: #CBFDD7;
}
.TagClassName
{
border-color: #CBFDD7;
}
</style>