Shades of Granny Apple #CCFBCF
Tints of Granny Apple #CCFBCF
RGB
CMYK
RGB Variations
Color information
#CCFBCF (or 0xCCFBCF) is known color: Granny Apple. HEX triplet: CC, FB and CF. RGB value is (204,251,207). Sum of RGB (Red+Green+Blue) = 204+251+207=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 251 (98.44% from 255 or 37.92% from 662); Blue value is 207 (81.25% from 255 or 31.27% from 662); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBCF is #330430. Grayscale: #E8E8E8. Windows color (decimal): -3343409 or 13630412. OLE color: 13630412.
HSL color Cylindrical-coordinate representation of color #CCFBCF: hue angle of 123.83º degrees, saturation: 0.85, 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 #CCFBCF is Cyan = 0.19, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 251 | 207 | - |
| CMYK | 0.19 | 0 | 0.18 | 0.02 |
| HSL | 123.83º | 0.85% | 0.89% | - |
| HSV(B) | 123.83º | 0.19% | 0.98% | - |
| XYZ | 70.66 | 86.34 | 71.97 | - |
| YUV | 231.93 | 113.93 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 251 | 207 | 0.19 | 0 | 0.18 | 0.02 | 123.83 | 0.85 | 0.89 |
| Hex | CC | FB | CF | 13 | 0 | 12 | 2 | 7C | 55 | 59 |
| Octal | 314 | 373 | 317 | 23 | 0 | 22 | 2 | 174 | 125 | 131 |
| Binary | 11001100 | 11111011 | 11001111 | 10011 | 0 | 10010 | 10 | 1111100 | 1010101 | 1011001 |
Color Harmonies of #CCFBCF
Complementary color
Monochromatic Colors of #CCFBCF
Black with #CCFBCF
Text Example
Text Example
White with #CCFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBCF; }
p { color: rgb(204,251,207); }
H1.HeaderClassName
{
color: #CCFBCF;
}
.AnyTagClassName
{
color: #CCFBCF;
}
</style>
background-color css
<style>
a { background-color: #CCFBCF; }
a { background-color: rgb(204,251,207); }
div.DivClassName
{
background-color: #CCFBCF;
}
.BgClassName
{
background-color: #CCFBCF;
}
</style>
border-color css
<style>
span { border-color: #CCFBCF; }
span { border-color: rgb(204,251,207); }
td.TdClassName
{
border-color: #CCFBCF;
}
.TagClassName
{
border-color: #CCFBCF;
}
</style>