Shades of Granny Apple #CBFCCF
Tints of Granny Apple #CBFCCF
RGB
CMYK
RGB Variations
Color information
#CBFCCF (or 0xCBFCCF) is known color: Granny Apple. HEX triplet: CB, FC and CF. RGB value is (203,252,207). Sum of RGB (Red+Green+Blue) = 203+252+207=662 (87% of max value = 765). Red value is 203 (79.69% from 255 or 30.66% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #CBFCCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFCCF is #340330. Grayscale: #E8E8E8. Windows color (decimal): -3408689 or 13630667. OLE color: 13630667.
HSL color Cylindrical-coordinate representation of color #CBFCCF: hue angle of 124.9º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBFCCF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 252 | 207 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.01 |
| HSL | 124.9º | 0.89% | 0.89% | - |
| HSV(B) | 124.9º | 0.19% | 0.99% | - |
| XYZ | 70.7 | 86.82 | 72.06 | - |
| YUV | 232.22 | 113.77 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 252 | 207 | 0.19 | 0 | 0.18 | 0.01 | 124.9 | 0.89 | 0.89 |
| Hex | CB | FC | CF | 13 | 0 | 12 | 1 | 7D | 59 | 59 |
| Octal | 313 | 374 | 317 | 23 | 0 | 22 | 1 | 175 | 131 | 131 |
| Binary | 11001011 | 11111100 | 11001111 | 10011 | 0 | 10010 | 1 | 1111101 | 1011001 | 1011001 |
Color Harmonies of #CBFCCF
Complementary color
Monochromatic Colors of #CBFCCF
Black with #CBFCCF
Text Example
Text Example
White with #CBFCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBFCCF; }
p { color: rgb(203,252,207); }
H1.HeaderClassName
{
color: #CBFCCF;
}
.AnyTagClassName
{
color: #CBFCCF;
}
</style>
background-color css
<style>
a { background-color: #CBFCCF; }
a { background-color: rgb(203,252,207); }
div.DivClassName
{
background-color: #CBFCCF;
}
.BgClassName
{
background-color: #CBFCCF;
}
</style>
border-color css
<style>
span { border-color: #CBFCCF; }
span { border-color: rgb(203,252,207); }
td.TdClassName
{
border-color: #CBFCCF;
}
.TagClassName
{
border-color: #CBFCCF;
}
</style>