Shades of Granny Apple #CCEDD8
Tints of Granny Apple #CCEDD8
RGB
CMYK
RGB Variations
Color information
#CCEDD8 (or 0xCCEDD8) is known color: Granny Apple. HEX triplet: CC, ED and D8. RGB value is (204,237,216). Sum of RGB (Red+Green+Blue) = 204+237+216=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 237 (92.97% from 255 or 36.07% from 657); Blue value is 216 (84.77% from 255 or 32.88% from 657); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD8 is #331227. Grayscale: #E0E0E0. Windows color (decimal): -3346984 or 14216652. OLE color: 14216652.
HSL color Cylindrical-coordinate representation of color #CCEDD8: hue angle of 141.82º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDD8 is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 216 | - |
CMYK | 0.14 | 0 | 0.09 | 0.07 |
HSL | 141.82º | 0.48% | 0.86% | - |
HSV(B) | 141.82º | 0.14% | 0.93% | - |
XYZ | 67.58 | 78.36 | 76.53 | - |
YUV | 224.74 | 123.07 | 113.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 216 | 0.14 | 0 | 0.09 | 0.07 | 141.82 | 0.48 | 0.86 |
Hex | CC | ED | D8 | E | 0 | 9 | 7 | 8E | 30 | 56 |
Octal | 314 | 355 | 330 | 16 | 0 | 11 | 7 | 216 | 60 | 126 |
Binary | 11001100 | 11101101 | 11011000 | 1110 | 0 | 1001 | 111 | 10001110 | 110000 | 1010110 |
Color Harmonies of #CCEDD8
Complementary color
Monochromatic Colors of #CCEDD8
Black with #CCEDD8
Text Example
Text Example
White with #CCEDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDD8; }
p { color: rgb(204,237,216); }
H1.HeaderClassName
{
color: #CCEDD8;
}
.AnyTagClassName
{
color: #CCEDD8;
}
</style>
background-color css
<style>
a { background-color: #CCEDD8; }
a { background-color: rgb(204,237,216); }
div.DivClassName
{
background-color: #CCEDD8;
}
.BgClassName
{
background-color: #CCEDD8;
}
</style>
border-color css
<style>
span { border-color: #CCEDD8; }
span { border-color: rgb(204,237,216); }
td.TdClassName
{
border-color: #CCEDD8;
}
.TagClassName
{
border-color: #CCEDD8;
}
</style>