Shades of Granny Apple #CCF3D0
Tints of Granny Apple #CCF3D0
RGB
CMYK
RGB Variations
Color information
#CCF3D0 (or 0xCCF3D0) is known color: Granny Apple. HEX triplet: CC, F3 and D0. RGB value is (204,243,208). Sum of RGB (Red+Green+Blue) = 204+243+208=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 243 (95.31% from 255 or 37.10% from 655); Blue value is 208 (81.64% from 255 or 31.76% from 655); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3D0 is #330C2F. Grayscale: #E3E3E3. Windows color (decimal): -3345456 or 13693900. OLE color: 13693900.
HSL color Cylindrical-coordinate representation of color #CCF3D0: hue angle of 126.15º 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 #CCF3D0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 208 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.05 |
| HSL | 126.15º | 0.62% | 0.88% | - |
| HSV(B) | 126.15º | 0.16% | 0.95% | - |
| XYZ | 68.34 | 81.49 | 71.8 | - |
| YUV | 227.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 208 | 0.16 | 0 | 0.14 | 0.05 | 126.15 | 0.62 | 0.88 |
| Hex | CC | F3 | D0 | 10 | 0 | E | 5 | 7E | 3E | 58 |
| Octal | 314 | 363 | 320 | 20 | 0 | 16 | 5 | 176 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11010000 | 10000 | 0 | 1110 | 101 | 1111110 | 111110 | 1011000 |
Color Harmonies of #CCF3D0
Complementary color
Monochromatic Colors of #CCF3D0
Black with #CCF3D0
Text Example
Text Example
White with #CCF3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3D0; }
p { color: rgb(204,243,208); }
H1.HeaderClassName
{
color: #CCF3D0;
}
.AnyTagClassName
{
color: #CCF3D0;
}
</style>
background-color css
<style>
a { background-color: #CCF3D0; }
a { background-color: rgb(204,243,208); }
div.DivClassName
{
background-color: #CCF3D0;
}
.BgClassName
{
background-color: #CCF3D0;
}
</style>
border-color css
<style>
span { border-color: #CCF3D0; }
span { border-color: rgb(204,243,208); }
td.TdClassName
{
border-color: #CCF3D0;
}
.TagClassName
{
border-color: #CCF3D0;
}
</style>