Shades of Granny Apple #CCF3CF
Tints of Granny Apple #CCF3CF
RGB
CMYK
RGB Variations
Color information
#CCF3CF (or 0xCCF3CF) is known color: Granny Apple. HEX triplet: CC, F3 and CF. RGB value is (204,243,207). Sum of RGB (Red+Green+Blue) = 204+243+207=654 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.19% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3CF is #330C30. Grayscale: #E3E3E3. Windows color (decimal): -3345457 or 13628364. OLE color: 13628364.
HSL color Cylindrical-coordinate representation of color #CCF3CF: hue angle of 124.62º 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 #CCF3CF is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 207 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.05 |
| HSL | 124.62º | 0.62% | 0.88% | - |
| HSV(B) | 124.62º | 0.16% | 0.95% | - |
| XYZ | 68.21 | 81.44 | 71.16 | - |
| YUV | 227.24 | 116.58 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 207 | 0.16 | 0 | 0.15 | 0.05 | 124.62 | 0.62 | 0.88 |
| Hex | CC | F3 | CF | 10 | 0 | F | 5 | 7D | 3E | 58 |
| Octal | 314 | 363 | 317 | 20 | 0 | 17 | 5 | 175 | 76 | 130 |
| Binary | 11001100 | 11110011 | 11001111 | 10000 | 0 | 1111 | 101 | 1111101 | 111110 | 1011000 |
Color Harmonies of #CCF3CF
Complementary color
Monochromatic Colors of #CCF3CF
Black with #CCF3CF
Text Example
Text Example
White with #CCF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF3CF; }
p { color: rgb(204,243,207); }
H1.HeaderClassName
{
color: #CCF3CF;
}
.AnyTagClassName
{
color: #CCF3CF;
}
</style>
background-color css
<style>
a { background-color: #CCF3CF; }
a { background-color: rgb(204,243,207); }
div.DivClassName
{
background-color: #CCF3CF;
}
.BgClassName
{
background-color: #CCF3CF;
}
</style>
border-color css
<style>
span { border-color: #CCF3CF; }
span { border-color: rgb(204,243,207); }
td.TdClassName
{
border-color: #CCF3CF;
}
.TagClassName
{
border-color: #CCF3CF;
}
</style>