Shades of Granny Apple #CCEDD0
Tints of Granny Apple #CCEDD0
RGB
CMYK
RGB Variations
Color information
#CCEDD0 (or 0xCCEDD0) is known color: Granny Apple. HEX triplet: CC, ED and D0. RGB value is (204,237,208). Sum of RGB (Red+Green+Blue) = 204+237+208=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 237 (92.97% from 255 or 36.52% from 649); Blue value is 208 (81.64% from 255 or 32.05% from 649); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD0 is #33122F. Grayscale: #DFDFDF. Windows color (decimal): -3346992 or 13692364. OLE color: 13692364.
HSL color Cylindrical-coordinate representation of color #CCEDD0: hue angle of 127.27º 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 #CCEDD0 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 237 | 208 | - |
CMYK | 0.14 | 0 | 0.12 | 0.07 |
HSL | 127.27º | 0.48% | 0.86% | - |
HSV(B) | 127.27º | 0.14% | 0.93% | - |
XYZ | 66.57 | 77.96 | 71.21 | - |
YUV | 223.83 | 119.07 | 113.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 237 | 208 | 0.14 | 0 | 0.12 | 0.07 | 127.27 | 0.48 | 0.86 |
Hex | CC | ED | D0 | E | 0 | C | 7 | 7F | 30 | 56 |
Octal | 314 | 355 | 320 | 16 | 0 | 14 | 7 | 177 | 60 | 126 |
Binary | 11001100 | 11101101 | 11010000 | 1110 | 0 | 1100 | 111 | 1111111 | 110000 | 1010110 |
Color Harmonies of #CCEDD0
Complementary color
Monochromatic Colors of #CCEDD0
Black with #CCEDD0
Text Example
Text Example
White with #CCEDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDD0; }
p { color: rgb(204,237,208); }
H1.HeaderClassName
{
color: #CCEDD0;
}
.AnyTagClassName
{
color: #CCEDD0;
}
</style>
background-color css
<style>
a { background-color: #CCEDD0; }
a { background-color: rgb(204,237,208); }
div.DivClassName
{
background-color: #CCEDD0;
}
.BgClassName
{
background-color: #CCEDD0;
}
</style>
border-color css
<style>
span { border-color: #CCEDD0; }
span { border-color: rgb(204,237,208); }
td.TdClassName
{
border-color: #CCEDD0;
}
.TagClassName
{
border-color: #CCEDD0;
}
</style>