Shades of Granny Apple #CCF9DA
Tints of Granny Apple #CCF9DA
RGB
CMYK
RGB Variations
Color information
#CCF9DA (or 0xCCF9DA) is known color: Granny Apple. HEX triplet: CC, F9 and DA. RGB value is (204,249,218). Sum of RGB (Red+Green+Blue) = 204+249+218=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 249 (97.66% from 255 or 37.11% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9DA is #330625. Grayscale: #E8E8E8. Windows color (decimal): -3343910 or 14350796. OLE color: 14350796.
HSL color Cylindrical-coordinate representation of color #CCF9DA: hue angle of 138.67º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF9DA is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 249 | 218 | - |
CMYK | 0.18 | 0 | 0.12 | 0.02 |
HSL | 138.67º | 0.79% | 0.89% | - |
HSV(B) | 138.67º | 0.18% | 0.98% | - |
XYZ | 71.43 | 85.65 | 79.1 | - |
YUV | 232.01 | 120.09 | 108.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 249 | 218 | 0.18 | 0 | 0.12 | 0.02 | 138.67 | 0.79 | 0.89 |
Hex | CC | F9 | DA | 12 | 0 | C | 2 | 8B | 4F | 59 |
Octal | 314 | 371 | 332 | 22 | 0 | 14 | 2 | 213 | 117 | 131 |
Binary | 11001100 | 11111001 | 11011010 | 10010 | 0 | 1100 | 10 | 10001011 | 1001111 | 1011001 |
Color Harmonies of #CCF9DA
Complementary color
Monochromatic Colors of #CCF9DA
Black with #CCF9DA
Text Example
Text Example
White with #CCF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF9DA; }
p { color: rgb(204,249,218); }
H1.HeaderClassName
{
color: #CCF9DA;
}
.AnyTagClassName
{
color: #CCF9DA;
}
</style>
background-color css
<style>
a { background-color: #CCF9DA; }
a { background-color: rgb(204,249,218); }
div.DivClassName
{
background-color: #CCF9DA;
}
.BgClassName
{
background-color: #CCF9DA;
}
</style>
border-color css
<style>
span { border-color: #CCF9DA; }
span { border-color: rgb(204,249,218); }
td.TdClassName
{
border-color: #CCF9DA;
}
.TagClassName
{
border-color: #CCF9DA;
}
</style>