Shades of Granny Apple #CCDACF
Tints of Granny Apple #CCDACF
RGB
CMYK
RGB Variations
Color information
#CCDACF (or 0xCCDACF) is known color: Granny Apple. HEX triplet: CC, DA and CF. RGB value is (204,218,207). Sum of RGB (Red+Green+Blue) = 204+218+207=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 218 (85.55% from 255 or 34.66% from 629); Blue value is 207 (81.25% from 255 or 32.91% from 629); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDACF is #332530. Grayscale: #D4D4D4. Windows color (decimal): -3351857 or 13621964. OLE color: 13621964.
HSL color Cylindrical-coordinate representation of color #CCDACF: hue angle of 132.86º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCDACF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 207 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.15 |
| HSL | 132.86º | 0.16% | 0.83% | - |
| HSV(B) | 132.86º | 0.06% | 0.85% | - |
| XYZ | 61.24 | 67.49 | 68.83 | - |
| YUV | 212.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 207 | 0.06 | 0 | 0.05 | 0.15 | 132.86 | 0.16 | 0.83 |
| Hex | CC | DA | CF | 6 | 0 | 5 | F | 85 | 10 | 53 |
| Octal | 314 | 332 | 317 | 6 | 0 | 5 | 17 | 205 | 20 | 123 |
| Binary | 11001100 | 11011010 | 11001111 | 110 | 0 | 101 | 1111 | 10000101 | 10000 | 1010011 |
Color Harmonies of #CCDACF
Complementary color
Monochromatic Colors of #CCDACF
Black with #CCDACF
Text Example
Text Example
White with #CCDACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDACF; }
p { color: rgb(204,218,207); }
H1.HeaderClassName
{
color: #CCDACF;
}
.AnyTagClassName
{
color: #CCDACF;
}
</style>
background-color css
<style>
a { background-color: #CCDACF; }
a { background-color: rgb(204,218,207); }
div.DivClassName
{
background-color: #CCDACF;
}
.BgClassName
{
background-color: #CCDACF;
}
</style>
border-color css
<style>
span { border-color: #CCDACF; }
span { border-color: rgb(204,218,207); }
td.TdClassName
{
border-color: #CCDACF;
}
.TagClassName
{
border-color: #CCDACF;
}
</style>