Shades of Granny Apple #CCF0D6
Tints of Granny Apple #CCF0D6
RGB
CMYK
RGB Variations
Color information
#CCF0D6 (or 0xCCF0D6) is known color: Granny Apple. HEX triplet: CC, F0 and D6. RGB value is (204,240,214). Sum of RGB (Red+Green+Blue) = 204+240+214=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 240 (94.14% from 255 or 36.47% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0D6 is #330F29. Grayscale: #E2E2E2. Windows color (decimal): -3346218 or 14086348. OLE color: 14086348.
HSL color Cylindrical-coordinate representation of color #CCF0D6: hue angle of 136.67º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCF0D6 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 214 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.06 |
| HSL | 136.67º | 0.55% | 0.87% | - |
| HSV(B) | 136.67º | 0.15% | 0.94% | - |
| XYZ | 68.2 | 80.01 | 75.47 | - |
| YUV | 226.27 | 121.07 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 214 | 0.15 | 0 | 0.11 | 0.06 | 136.67 | 0.55 | 0.87 |
| Hex | CC | F0 | D6 | F | 0 | B | 6 | 89 | 37 | 57 |
| Octal | 314 | 360 | 326 | 17 | 0 | 13 | 6 | 211 | 67 | 127 |
| Binary | 11001100 | 11110000 | 11010110 | 1111 | 0 | 1011 | 110 | 10001001 | 110111 | 1010111 |
Color Harmonies of #CCF0D6
Complementary color
Monochromatic Colors of #CCF0D6
Black with #CCF0D6
Text Example
Text Example
White with #CCF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF0D6; }
p { color: rgb(204,240,214); }
H1.HeaderClassName
{
color: #CCF0D6;
}
.AnyTagClassName
{
color: #CCF0D6;
}
</style>
background-color css
<style>
a { background-color: #CCF0D6; }
a { background-color: rgb(204,240,214); }
div.DivClassName
{
background-color: #CCF0D6;
}
.BgClassName
{
background-color: #CCF0D6;
}
</style>
border-color css
<style>
span { border-color: #CCF0D6; }
span { border-color: rgb(204,240,214); }
td.TdClassName
{
border-color: #CCF0D6;
}
.TagClassName
{
border-color: #CCF0D6;
}
</style>