Shades of Granny Apple #CCF2D2
Tints of Granny Apple #CCF2D2
RGB
CMYK
RGB Variations
Color information
#CCF2D2 (or 0xCCF2D2) is known color: Granny Apple. HEX triplet: CC, F2 and D2. RGB value is (204,242,210). Sum of RGB (Red+Green+Blue) = 204+242+210=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 210 (82.42% from 255 or 32.01% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2D2 is #330D2D. Grayscale: #E3E3E3. Windows color (decimal): -3345710 or 13824716. OLE color: 13824716.
HSL color Cylindrical-coordinate representation of color #CCF2D2: hue angle of 129.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2D2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 242 | 210 | - |
CMYK | 0.16 | 0 | 0.13 | 0.05 |
HSL | 129.47º | 0.59% | 0.87% | - |
HSV(B) | 129.47º | 0.16% | 0.95% | - |
XYZ | 68.29 | 80.99 | 73.01 | - |
YUV | 226.99 | 118.41 | 111.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 242 | 210 | 0.16 | 0 | 0.13 | 0.05 | 129.47 | 0.59 | 0.87 |
Hex | CC | F2 | D2 | 10 | 0 | D | 5 | 81 | 3B | 57 |
Octal | 314 | 362 | 322 | 20 | 0 | 15 | 5 | 201 | 73 | 127 |
Binary | 11001100 | 11110010 | 11010010 | 10000 | 0 | 1101 | 101 | 10000001 | 111011 | 1010111 |
Color Harmonies of #CCF2D2
Complementary color
Monochromatic Colors of #CCF2D2
Black with #CCF2D2
Text Example
Text Example
White with #CCF2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF2D2; }
p { color: rgb(204,242,210); }
H1.HeaderClassName
{
color: #CCF2D2;
}
.AnyTagClassName
{
color: #CCF2D2;
}
</style>
background-color css
<style>
a { background-color: #CCF2D2; }
a { background-color: rgb(204,242,210); }
div.DivClassName
{
background-color: #CCF2D2;
}
.BgClassName
{
background-color: #CCF2D2;
}
</style>
border-color css
<style>
span { border-color: #CCF2D2; }
span { border-color: rgb(204,242,210); }
td.TdClassName
{
border-color: #CCF2D2;
}
.TagClassName
{
border-color: #CCF2D2;
}
</style>