Shades of Granny Apple #CCF7D3
Tints of Granny Apple #CCF7D3
RGB
CMYK
RGB Variations
Color information
#CCF7D3 (or 0xCCF7D3) is known color: Granny Apple. HEX triplet: CC, F7 and D3. RGB value is (204,247,211). Sum of RGB (Red+Green+Blue) = 204+247+211=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 247 (96.88% from 255 or 37.31% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7D3 is #33082C. Grayscale: #E6E6E6. Windows color (decimal): -3344429 or 13891532. OLE color: 13891532.
HSL color Cylindrical-coordinate representation of color #CCF7D3: hue angle of 129.77º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7D3 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 247 | 211 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.03 |
| HSL | 129.77º | 0.73% | 0.88% | - |
| HSV(B) | 129.77º | 0.17% | 0.97% | - |
| XYZ | 69.92 | 84.06 | 74.17 | - |
| YUV | 230.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 247 | 211 | 0.17 | 0 | 0.15 | 0.03 | 129.77 | 0.73 | 0.88 |
| Hex | CC | F7 | D3 | 11 | 0 | F | 3 | 82 | 49 | 58 |
| Octal | 314 | 367 | 323 | 21 | 0 | 17 | 3 | 202 | 111 | 130 |
| Binary | 11001100 | 11110111 | 11010011 | 10001 | 0 | 1111 | 11 | 10000010 | 1001001 | 1011000 |
Color Harmonies of #CCF7D3
Complementary color
Monochromatic Colors of #CCF7D3
Black with #CCF7D3
Text Example
Text Example
White with #CCF7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7D3; }
p { color: rgb(204,247,211); }
H1.HeaderClassName
{
color: #CCF7D3;
}
.AnyTagClassName
{
color: #CCF7D3;
}
</style>
background-color css
<style>
a { background-color: #CCF7D3; }
a { background-color: rgb(204,247,211); }
div.DivClassName
{
background-color: #CCF7D3;
}
.BgClassName
{
background-color: #CCF7D3;
}
</style>
border-color css
<style>
span { border-color: #CCF7D3; }
span { border-color: rgb(204,247,211); }
td.TdClassName
{
border-color: #CCF7D3;
}
.TagClassName
{
border-color: #CCF7D3;
}
</style>