Shades of Granny Apple #CCEDD2
Tints of Granny Apple #CCEDD2
RGB
CMYK
RGB Variations
Color information
#CCEDD2 (or 0xCCEDD2) is known color: Granny Apple. HEX triplet: CC, ED and D2. RGB value is (204,237,210). Sum of RGB (Red+Green+Blue) = 204+237+210=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 210 (82.42% from 255 or 32.26% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDD2 is #33122D. Grayscale: #E0E0E0. Windows color (decimal): -3346990 or 13823436. OLE color: 13823436.
HSL color Cylindrical-coordinate representation of color #CCEDD2: hue angle of 130.91º 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 #CCEDD2 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 210 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.07 |
| HSL | 130.91º | 0.48% | 0.86% | - |
| HSV(B) | 130.91º | 0.14% | 0.93% | - |
| XYZ | 66.82 | 78.06 | 72.52 | - |
| YUV | 224.06 | 120.07 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 210 | 0.14 | 0 | 0.11 | 0.07 | 130.91 | 0.48 | 0.86 |
| Hex | CC | ED | D2 | E | 0 | B | 7 | 83 | 30 | 56 |
| Octal | 314 | 355 | 322 | 16 | 0 | 13 | 7 | 203 | 60 | 126 |
| Binary | 11001100 | 11101101 | 11010010 | 1110 | 0 | 1011 | 111 | 10000011 | 110000 | 1010110 |
Color Harmonies of #CCEDD2
Complementary color
Monochromatic Colors of #CCEDD2
Black with #CCEDD2
Text Example
Text Example
White with #CCEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDD2; }
p { color: rgb(204,237,210); }
H1.HeaderClassName
{
color: #CCEDD2;
}
.AnyTagClassName
{
color: #CCEDD2;
}
</style>
background-color css
<style>
a { background-color: #CCEDD2; }
a { background-color: rgb(204,237,210); }
div.DivClassName
{
background-color: #CCEDD2;
}
.BgClassName
{
background-color: #CCEDD2;
}
</style>
border-color css
<style>
span { border-color: #CCEDD2; }
span { border-color: rgb(204,237,210); }
td.TdClassName
{
border-color: #CCEDD2;
}
.TagClassName
{
border-color: #CCEDD2;
}
</style>