Shades of Granny Apple #CCF8D5
Tints of Granny Apple #CCF8D5
RGB
CMYK
RGB Variations
Color information
#CCF8D5 (or 0xCCF8D5) is known color: Granny Apple. HEX triplet: CC, F8 and D5. RGB value is (204,248,213). Sum of RGB (Red+Green+Blue) = 204+248+213=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 248 (97.27% from 255 or 37.29% from 665); Blue value is 213 (83.59% from 255 or 32.03% from 665); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8D5 is #33072A. Grayscale: #E6E6E6. Windows color (decimal): -3344171 or 14022860. OLE color: 14022860.
HSL color Cylindrical-coordinate representation of color #CCF8D5: hue angle of 132.27º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8D5 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 213 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.03 |
| HSL | 132.27º | 0.76% | 0.89% | - |
| HSV(B) | 132.27º | 0.18% | 0.97% | - |
| XYZ | 70.48 | 84.78 | 75.6 | - |
| YUV | 230.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 213 | 0.18 | 0 | 0.14 | 0.03 | 132.27 | 0.76 | 0.89 |
| Hex | CC | F8 | D5 | 12 | 0 | E | 3 | 84 | 4C | 59 |
| Octal | 314 | 370 | 325 | 22 | 0 | 16 | 3 | 204 | 114 | 131 |
| Binary | 11001100 | 11111000 | 11010101 | 10010 | 0 | 1110 | 11 | 10000100 | 1001100 | 1011001 |
Color Harmonies of #CCF8D5
Complementary color
Monochromatic Colors of #CCF8D5
Black with #CCF8D5
Text Example
Text Example
White with #CCF8D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF8D5; }
p { color: rgb(204,248,213); }
H1.HeaderClassName
{
color: #CCF8D5;
}
.AnyTagClassName
{
color: #CCF8D5;
}
</style>
background-color css
<style>
a { background-color: #CCF8D5; }
a { background-color: rgb(204,248,213); }
div.DivClassName
{
background-color: #CCF8D5;
}
.BgClassName
{
background-color: #CCF8D5;
}
</style>
border-color css
<style>
span { border-color: #CCF8D5; }
span { border-color: rgb(204,248,213); }
td.TdClassName
{
border-color: #CCF8D5;
}
.TagClassName
{
border-color: #CCF8D5;
}
</style>