Shades of Granny Apple #CCF7DA
Tints of Granny Apple #CCF7DA
RGB
CMYK
RGB Variations
Color information
#CCF7DA (or 0xCCF7DA) is known color: Granny Apple. HEX triplet: CC, F7 and DA. RGB value is (204,247,218). Sum of RGB (Red+Green+Blue) = 204+247+218=669 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.49% from 669); Green value is 247 (96.88% from 255 or 36.92% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7DA is #330825. Grayscale: #E6E6E6. Windows color (decimal): -3344422 or 14350284. OLE color: 14350284.
HSL color Cylindrical-coordinate representation of color #CCF7DA: hue angle of 139.53º 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 #CCF7DA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 247 | 218 | - |
CMYK | 0.17 | 0 | 0.12 | 0.03 |
HSL | 139.53º | 0.73% | 0.88% | - |
HSV(B) | 139.53º | 0.17% | 0.97% | - |
XYZ | 70.82 | 84.42 | 78.89 | - |
YUV | 230.84 | 120.75 | 108.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 247 | 218 | 0.17 | 0 | 0.12 | 0.03 | 139.53 | 0.73 | 0.88 |
Hex | CC | F7 | DA | 11 | 0 | C | 3 | 8C | 49 | 58 |
Octal | 314 | 367 | 332 | 21 | 0 | 14 | 3 | 214 | 111 | 130 |
Binary | 11001100 | 11110111 | 11011010 | 10001 | 0 | 1100 | 11 | 10001100 | 1001001 | 1011000 |
Color Harmonies of #CCF7DA
Complementary color
Monochromatic Colors of #CCF7DA
Black with #CCF7DA
Text Example
Text Example
White with #CCF7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF7DA; }
p { color: rgb(204,247,218); }
H1.HeaderClassName
{
color: #CCF7DA;
}
.AnyTagClassName
{
color: #CCF7DA;
}
</style>
background-color css
<style>
a { background-color: #CCF7DA; }
a { background-color: rgb(204,247,218); }
div.DivClassName
{
background-color: #CCF7DA;
}
.BgClassName
{
background-color: #CCF7DA;
}
</style>
border-color css
<style>
span { border-color: #CCF7DA; }
span { border-color: rgb(204,247,218); }
td.TdClassName
{
border-color: #CCF7DA;
}
.TagClassName
{
border-color: #CCF7DA;
}
</style>