Shades of Granny Apple #CCDCD1
Tints of Granny Apple #CCDCD1
RGB
CMYK
RGB Variations
Color information
#CCDCD1 (or 0xCCDCD1) is known color: Granny Apple. HEX triplet: CC, DC and D1. RGB value is (204,220,209). Sum of RGB (Red+Green+Blue) = 204+220+209=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 220 (86.33% from 255 or 34.76% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCD1 is #33232E. Grayscale: #D5D5D5. Windows color (decimal): -3351343 or 13753548. OLE color: 13753548.
HSL color Cylindrical-coordinate representation of color #CCDCD1: hue angle of 138.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCDCD1 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 209 | - |
CMYK | 0.07 | 0 | 0.05 | 0.14 |
HSL | 138.75º | 0.19% | 0.83% | - |
HSV(B) | 138.75º | 0.07% | 0.86% | - |
XYZ | 62 | 68.63 | 70.3 | - |
YUV | 213.96 | 125.2 | 120.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 209 | 0.07 | 0 | 0.05 | 0.14 | 138.75 | 0.19 | 0.83 |
Hex | CC | DC | D1 | 7 | 0 | 5 | E | 8B | 13 | 53 |
Octal | 314 | 334 | 321 | 7 | 0 | 5 | 16 | 213 | 23 | 123 |
Binary | 11001100 | 11011100 | 11010001 | 111 | 0 | 101 | 1110 | 10001011 | 10011 | 1010011 |
Color Harmonies of #CCDCD1
Complementary color
Monochromatic Colors of #CCDCD1
Black with #CCDCD1
Text Example
Text Example
White with #CCDCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCD1; }
p { color: rgb(204,220,209); }
H1.HeaderClassName
{
color: #CCDCD1;
}
.AnyTagClassName
{
color: #CCDCD1;
}
</style>
background-color css
<style>
a { background-color: #CCDCD1; }
a { background-color: rgb(204,220,209); }
div.DivClassName
{
background-color: #CCDCD1;
}
.BgClassName
{
background-color: #CCDCD1;
}
</style>
border-color css
<style>
span { border-color: #CCDCD1; }
span { border-color: rgb(204,220,209); }
td.TdClassName
{
border-color: #CCDCD1;
}
.TagClassName
{
border-color: #CCDCD1;
}
</style>