Shades of Granny Apple #CCEAD2
Tints of Granny Apple #CCEAD2
RGB
CMYK
RGB Variations
Color information
#CCEAD2 (or 0xCCEAD2) is known color: Granny Apple. HEX triplet: CC, EA and D2. RGB value is (204,234,210). Sum of RGB (Red+Green+Blue) = 204+234+210=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAD2 is #33152D. Grayscale: #DEDEDE. Windows color (decimal): -3347758 or 13822668. OLE color: 13822668.
HSL color Cylindrical-coordinate representation of color #CCEAD2: hue angle of 132º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAD2 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 210 | - |
CMYK | 0.13 | 0 | 0.10 | 0.08 |
HSL | 132º | 0.42% | 0.86% | - |
HSV(B) | 132º | 0.13% | 0.92% | - |
XYZ | 65.96 | 76.34 | 72.23 | - |
YUV | 222.29 | 121.06 | 114.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 210 | 0.13 | 0 | 0.10 | 0.08 | 132 | 0.42 | 0.86 |
Hex | CC | EA | D2 | D | 0 | A | 8 | 84 | 2A | 56 |
Octal | 314 | 352 | 322 | 15 | 0 | 12 | 10 | 204 | 52 | 126 |
Binary | 11001100 | 11101010 | 11010010 | 1101 | 0 | 1010 | 1000 | 10000100 | 101010 | 1010110 |
Color Harmonies of #CCEAD2
Complementary color
Monochromatic Colors of #CCEAD2
Black with #CCEAD2
Text Example
Text Example
White with #CCEAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAD2; }
p { color: rgb(204,234,210); }
H1.HeaderClassName
{
color: #CCEAD2;
}
.AnyTagClassName
{
color: #CCEAD2;
}
</style>
background-color css
<style>
a { background-color: #CCEAD2; }
a { background-color: rgb(204,234,210); }
div.DivClassName
{
background-color: #CCEAD2;
}
.BgClassName
{
background-color: #CCEAD2;
}
</style>
border-color css
<style>
span { border-color: #CCEAD2; }
span { border-color: rgb(204,234,210); }
td.TdClassName
{
border-color: #CCEAD2;
}
.TagClassName
{
border-color: #CCEAD2;
}
</style>