Shades of Granny Apple #CCDFCF
Tints of Granny Apple #CCDFCF
RGB
CMYK
RGB Variations
Color information
#CCDFCF (or 0xCCDFCF) is known color: Granny Apple. HEX triplet: CC, DF and CF. RGB value is (204,223,207). Sum of RGB (Red+Green+Blue) = 204+223+207=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 223 (87.5% from 255 or 35.17% from 634); Blue value is 207 (81.25% from 255 or 32.65% from 634); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFCF is #332030. Grayscale: #D7D7D7. Windows color (decimal): -3350577 or 13623244. OLE color: 13623244.
HSL color Cylindrical-coordinate representation of color #CCDFCF: hue angle of 129.47º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDFCF is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 207 | - |
| CMYK | 0.09 | 0 | 0.07 | 0.13 |
| HSL | 129.47º | 0.23% | 0.84% | - |
| HSV(B) | 129.47º | 0.09% | 0.87% | - |
| XYZ | 62.55 | 70.12 | 69.27 | - |
| YUV | 215.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 207 | 0.09 | 0 | 0.07 | 0.13 | 129.47 | 0.23 | 0.84 |
| Hex | CC | DF | CF | 9 | 0 | 7 | D | 81 | 17 | 54 |
| Octal | 314 | 337 | 317 | 11 | 0 | 7 | 15 | 201 | 27 | 124 |
| Binary | 11001100 | 11011111 | 11001111 | 1001 | 0 | 111 | 1101 | 10000001 | 10111 | 1010100 |
Color Harmonies of #CCDFCF
Complementary color
Monochromatic Colors of #CCDFCF
Black with #CCDFCF
Text Example
Text Example
White with #CCDFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFCF; }
p { color: rgb(204,223,207); }
H1.HeaderClassName
{
color: #CCDFCF;
}
.AnyTagClassName
{
color: #CCDFCF;
}
</style>
background-color css
<style>
a { background-color: #CCDFCF; }
a { background-color: rgb(204,223,207); }
div.DivClassName
{
background-color: #CCDFCF;
}
.BgClassName
{
background-color: #CCDFCF;
}
</style>
border-color css
<style>
span { border-color: #CCDFCF; }
span { border-color: rgb(204,223,207); }
td.TdClassName
{
border-color: #CCDFCF;
}
.TagClassName
{
border-color: #CCDFCF;
}
</style>