Shades of Granny Apple #CCDECF
Tints of Granny Apple #CCDECF
RGB
CMYK
RGB Variations
Color information
#CCDECF (or 0xCCDECF) is known color: Granny Apple. HEX triplet: CC, DE and CF. RGB value is (204,222,207). Sum of RGB (Red+Green+Blue) = 204+222+207=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 222 (87.11% from 255 or 35.07% from 633); Blue value is 207 (81.25% from 255 or 32.70% from 633); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDECF is #332130. Grayscale: #D6D6D6. Windows color (decimal): -3350833 or 13622988. OLE color: 13622988.
HSL color Cylindrical-coordinate representation of color #CCDECF: hue angle of 130º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDECF is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 207 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.13 |
| HSL | 130º | 0.21% | 0.84% | - |
| HSV(B) | 130º | 0.08% | 0.87% | - |
| XYZ | 62.29 | 69.58 | 69.18 | - |
| YUV | 214.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 207 | 0.08 | 0 | 0.07 | 0.13 | 130 | 0.21 | 0.84 |
| Hex | CC | DE | CF | 8 | 0 | 7 | D | 82 | 15 | 54 |
| Octal | 314 | 336 | 317 | 10 | 0 | 7 | 15 | 202 | 25 | 124 |
| Binary | 11001100 | 11011110 | 11001111 | 1000 | 0 | 111 | 1101 | 10000010 | 10101 | 1010100 |
Color Harmonies of #CCDECF
Complementary color
Monochromatic Colors of #CCDECF
Black with #CCDECF
Text Example
Text Example
White with #CCDECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDECF; }
p { color: rgb(204,222,207); }
H1.HeaderClassName
{
color: #CCDECF;
}
.AnyTagClassName
{
color: #CCDECF;
}
</style>
background-color css
<style>
a { background-color: #CCDECF; }
a { background-color: rgb(204,222,207); }
div.DivClassName
{
background-color: #CCDECF;
}
.BgClassName
{
background-color: #CCDECF;
}
</style>
border-color css
<style>
span { border-color: #CCDECF; }
span { border-color: rgb(204,222,207); }
td.TdClassName
{
border-color: #CCDECF;
}
.TagClassName
{
border-color: #CCDECF;
}
</style>