Shades of Granny Apple #CCEAD5
Tints of Granny Apple #CCEAD5
RGB
CMYK
RGB Variations
Color information
#CCEAD5 (or 0xCCEAD5) is known color: Granny Apple. HEX triplet: CC, EA and D5. RGB value is (204,234,213). Sum of RGB (Red+Green+Blue) = 204+234+213=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAD5 is #33152A. Grayscale: #DEDEDE. Windows color (decimal): -3347755 or 14019276. OLE color: 14019276.
HSL color Cylindrical-coordinate representation of color #CCEAD5: hue angle of 138º 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 #CCEAD5 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
RGB | 204 | 234 | 213 | - |
CMYK | 0.13 | 0 | 0.09 | 0.08 |
HSL | 138º | 0.42% | 0.86% | - |
HSV(B) | 138º | 0.13% | 0.92% | - |
XYZ | 66.33 | 76.49 | 74.22 | - |
YUV | 222.64 | 122.56 | 114.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 234 | 213 | 0.13 | 0 | 0.09 | 0.08 | 138 | 0.42 | 0.86 |
Hex | CC | EA | D5 | D | 0 | 9 | 8 | 8A | 2A | 56 |
Octal | 314 | 352 | 325 | 15 | 0 | 11 | 10 | 212 | 52 | 126 |
Binary | 11001100 | 11101010 | 11010101 | 1101 | 0 | 1001 | 1000 | 10001010 | 101010 | 1010110 |
Color Harmonies of #CCEAD5
Complementary color
Monochromatic Colors of #CCEAD5
Black with #CCEAD5
Text Example
Text Example
White with #CCEAD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEAD5; }
p { color: rgb(204,234,213); }
H1.HeaderClassName
{
color: #CCEAD5;
}
.AnyTagClassName
{
color: #CCEAD5;
}
</style>
background-color css
<style>
a { background-color: #CCEAD5; }
a { background-color: rgb(204,234,213); }
div.DivClassName
{
background-color: #CCEAD5;
}
.BgClassName
{
background-color: #CCEAD5;
}
</style>
border-color css
<style>
span { border-color: #CCEAD5; }
span { border-color: rgb(204,234,213); }
td.TdClassName
{
border-color: #CCEAD5;
}
.TagClassName
{
border-color: #CCEAD5;
}
</style>