Shades of Granny Apple #CCF3D4
Tints of Granny Apple #CCF3D4
RGB
CMYK
RGB Variations
Color information
#CCF3D4 (or 0xCCF3D4) is known color: Granny Apple. HEX triplet: CC, F3 and D4. RGB value is (204,243,212). Sum of RGB (Red+Green+Blue) = 204+243+212=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 243 (95.31% from 255 or 36.87% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3D4 is #330C2B. Grayscale: #E3E3E3. Windows color (decimal): -3345452 or 13956044. OLE color: 13956044.
HSL color Cylindrical-coordinate representation of color #CCF3D4: hue angle of 132.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3D4 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 212 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.05 |
| HSL | 132.31º | 0.62% | 0.88% | - |
| HSV(B) | 132.31º | 0.16% | 0.95% | - |
| XYZ | 68.84 | 81.69 | 74.43 | - |
| YUV | 227.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 212 | 0.16 | 0 | 0.13 | 0.05 | 132.31 | 0.62 | 0.88 |
| Hex | CC | F3 | D4 | 10 | 0 | D | 5 | 84 | 3E | 58 |
| Octal | 314 | 363 | 324 | 20 | 0 | 15 | 5 | 204 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11010100 | 10000 | 0 | 1101 | 101 | 10000100 | 111110 | 1011000 |
Color Harmonies of #CCF3D4
Complementary color
Monochromatic Colors of #CCF3D4
Black with #CCF3D4
Text Example
Text Example
White with #CCF3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3D4; }
p { color: rgb(204,243,212); }
H1.HeaderClassName
{
color: #CCF3D4;
}
.AnyTagClassName
{
color: #CCF3D4;
}
</style>
background-color css
<style>
a { background-color: #CCF3D4; }
a { background-color: rgb(204,243,212); }
div.DivClassName
{
background-color: #CCF3D4;
}
.BgClassName
{
background-color: #CCF3D4;
}
</style>
border-color css
<style>
span { border-color: #CCF3D4; }
span { border-color: rgb(204,243,212); }
td.TdClassName
{
border-color: #CCF3D4;
}
.TagClassName
{
border-color: #CCF3D4;
}
</style>