Shades of Granny Apple #CCDED0
Tints of Granny Apple #CCDED0
RGB
CMYK
RGB Variations
Color information
#CCDED0 (or 0xCCDED0) is known color: Granny Apple. HEX triplet: CC, DE and D0. RGB value is (204,222,208). Sum of RGB (Red+Green+Blue) = 204+222+208=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 208 (81.64% from 255 or 32.81% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED0 is #33212F. Grayscale: #D7D7D7. Windows color (decimal): -3350832 or 13688524. OLE color: 13688524.
HSL color Cylindrical-coordinate representation of color #CCDED0: hue angle of 133.33º 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 #CCDED0 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 208 | - |
CMYK | 0.08 | 0 | 0.06 | 0.13 |
HSL | 133.33º | 0.21% | 0.84% | - |
HSV(B) | 133.33º | 0.08% | 0.87% | - |
XYZ | 62.41 | 69.63 | 69.83 | - |
YUV | 215.02 | 124.04 | 120.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 208 | 0.08 | 0 | 0.06 | 0.13 | 133.33 | 0.21 | 0.84 |
Hex | CC | DE | D0 | 8 | 0 | 6 | D | 85 | 15 | 54 |
Octal | 314 | 336 | 320 | 10 | 0 | 6 | 15 | 205 | 25 | 124 |
Binary | 11001100 | 11011110 | 11010000 | 1000 | 0 | 110 | 1101 | 10000101 | 10101 | 1010100 |
Color Harmonies of #CCDED0
Complementary color
Monochromatic Colors of #CCDED0
Black with #CCDED0
Text Example
Text Example
White with #CCDED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDED0; }
p { color: rgb(204,222,208); }
H1.HeaderClassName
{
color: #CCDED0;
}
.AnyTagClassName
{
color: #CCDED0;
}
</style>
background-color css
<style>
a { background-color: #CCDED0; }
a { background-color: rgb(204,222,208); }
div.DivClassName
{
background-color: #CCDED0;
}
.BgClassName
{
background-color: #CCDED0;
}
</style>
border-color css
<style>
span { border-color: #CCDED0; }
span { border-color: rgb(204,222,208); }
td.TdClassName
{
border-color: #CCDED0;
}
.TagClassName
{
border-color: #CCDED0;
}
</style>