Shades of Granny Apple #CBFDD6
Tints of Granny Apple #CBFDD6
RGB
CMYK
RGB Variations
Color information
#CBFDD6 (or 0xCBFDD6) is known color: Granny Apple. HEX triplet: CB, FD and D6. RGB value is (203,253,214). Sum of RGB (Red+Green+Blue) = 203+253+214=670 (88% of max value = 765). Red value is 203 (79.69% from 255 or 30.30% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #CBFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFDD6 is #340229. Grayscale: #E9E9E9. Windows color (decimal): -3408426 or 14089675. OLE color: 14089675.
HSL color Cylindrical-coordinate representation of color #CBFDD6: hue angle of 133.2º 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 #CBFDD6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 253 | 214 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.01 |
| HSL | 133.2º | 0.93% | 0.89% | - |
| HSV(B) | 133.2º | 0.2% | 0.99% | - |
| XYZ | 71.89 | 87.8 | 76.78 | - |
| YUV | 233.6 | 116.94 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 253 | 214 | 0.20 | 0 | 0.15 | 0.01 | 133.2 | 0.93 | 0.89 |
| Hex | CB | FD | D6 | 14 | 0 | F | 1 | 85 | 5D | 59 |
| Octal | 313 | 375 | 326 | 24 | 0 | 17 | 1 | 205 | 135 | 131 |
| Binary | 11001011 | 11111101 | 11010110 | 10100 | 0 | 1111 | 1 | 10000101 | 1011101 | 1011001 |
Color Harmonies of #CBFDD6
Complementary color
Monochromatic Colors of #CBFDD6
Black with #CBFDD6
Text Example
Text Example
White with #CBFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFDD6; }
p { color: rgb(203,253,214); }
H1.HeaderClassName
{
color: #CBFDD6;
}
.AnyTagClassName
{
color: #CBFDD6;
}
</style>
background-color css
<style>
a { background-color: #CBFDD6; }
a { background-color: rgb(203,253,214); }
div.DivClassName
{
background-color: #CBFDD6;
}
.BgClassName
{
background-color: #CBFDD6;
}
</style>
border-color css
<style>
span { border-color: #CBFDD6; }
span { border-color: rgb(203,253,214); }
td.TdClassName
{
border-color: #CBFDD6;
}
.TagClassName
{
border-color: #CBFDD6;
}
</style>