Shades of Granny Apple #CCFBD7
Tints of Granny Apple #CCFBD7
RGB
CMYK
RGB Variations
Color information
#CCFBD7 (or 0xCCFBD7) is known color: Granny Apple. HEX triplet: CC, FB and D7. RGB value is (204,251,215). Sum of RGB (Red+Green+Blue) = 204+251+215=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 215 (84.38% from 255 or 32.09% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBD7 is #330428. Grayscale: #E8E8E8. Windows color (decimal): -3343401 or 14154700. OLE color: 14154700.
HSL color Cylindrical-coordinate representation of color #CCFBD7: hue angle of 134.04º 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 #CCFBD7 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 251 | 215 | - |
CMYK | 0.19 | 0 | 0.14 | 0.02 |
HSL | 134.04º | 0.85% | 0.89% | - |
HSV(B) | 134.04º | 0.19% | 0.98% | - |
XYZ | 71.66 | 86.74 | 77.25 | - |
YUV | 232.84 | 117.93 | 107.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 251 | 215 | 0.19 | 0 | 0.14 | 0.02 | 134.04 | 0.85 | 0.89 |
Hex | CC | FB | D7 | 13 | 0 | E | 2 | 86 | 55 | 59 |
Octal | 314 | 373 | 327 | 23 | 0 | 16 | 2 | 206 | 125 | 131 |
Binary | 11001100 | 11111011 | 11010111 | 10011 | 0 | 1110 | 10 | 10000110 | 1010101 | 1011001 |
Color Harmonies of #CCFBD7
Complementary color
Monochromatic Colors of #CCFBD7
Black with #CCFBD7
Text Example
Text Example
White with #CCFBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFBD7; }
p { color: rgb(204,251,215); }
H1.HeaderClassName
{
color: #CCFBD7;
}
.AnyTagClassName
{
color: #CCFBD7;
}
</style>
background-color css
<style>
a { background-color: #CCFBD7; }
a { background-color: rgb(204,251,215); }
div.DivClassName
{
background-color: #CCFBD7;
}
.BgClassName
{
background-color: #CCFBD7;
}
</style>
border-color css
<style>
span { border-color: #CCFBD7; }
span { border-color: rgb(204,251,215); }
td.TdClassName
{
border-color: #CCFBD7;
}
.TagClassName
{
border-color: #CCFBD7;
}
</style>