Shades of Granny Apple #CCDED1
Tints of Granny Apple #CCDED1
RGB
CMYK
RGB Variations
Color information
#CCDED1 (or 0xCCDED1) is known color: Granny Apple. HEX triplet: CC, DE and D1. RGB value is (204,222,209). Sum of RGB (Red+Green+Blue) = 204+222+209=635 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.13% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED1 is #33212E. Grayscale: #D7D7D7. Windows color (decimal): -3350831 or 13754060. OLE color: 13754060.
HSL color Cylindrical-coordinate representation of color #CCDED1: hue angle of 136.67º 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 #CCDED1 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 209 | - |
CMYK | 0.08 | 0 | 0.06 | 0.13 |
HSL | 136.67º | 0.21% | 0.84% | - |
HSV(B) | 136.67º | 0.08% | 0.87% | - |
XYZ | 62.53 | 69.68 | 70.48 | - |
YUV | 215.14 | 124.54 | 120.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 209 | 0.08 | 0 | 0.06 | 0.13 | 136.67 | 0.21 | 0.84 |
Hex | CC | DE | D1 | 8 | 0 | 6 | D | 89 | 15 | 54 |
Octal | 314 | 336 | 321 | 10 | 0 | 6 | 15 | 211 | 25 | 124 |
Binary | 11001100 | 11011110 | 11010001 | 1000 | 0 | 110 | 1101 | 10001001 | 10101 | 1010100 |
Color Harmonies of #CCDED1
Complementary color
Monochromatic Colors of #CCDED1
Black with #CCDED1
Text Example
Text Example
White with #CCDED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDED1; }
p { color: rgb(204,222,209); }
H1.HeaderClassName
{
color: #CCDED1;
}
.AnyTagClassName
{
color: #CCDED1;
}
</style>
background-color css
<style>
a { background-color: #CCDED1; }
a { background-color: rgb(204,222,209); }
div.DivClassName
{
background-color: #CCDED1;
}
.BgClassName
{
background-color: #CCDED1;
}
</style>
border-color css
<style>
span { border-color: #CCDED1; }
span { border-color: rgb(204,222,209); }
td.TdClassName
{
border-color: #CCDED1;
}
.TagClassName
{
border-color: #CCDED1;
}
</style>