Shades of Granny Apple #CCE4D4
Tints of Granny Apple #CCE4D4
RGB
CMYK
RGB Variations
Color information
#CCE4D4 (or 0xCCE4D4) is known color: Granny Apple. HEX triplet: CC, E4 and D4. RGB value is (204,228,212). Sum of RGB (Red+Green+Blue) = 204+228+212=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 212 (83.20% from 255 or 32.92% from 644); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4D4 is #331B2B. Grayscale: #DBDBDB. Windows color (decimal): -3349292 or 13952204. OLE color: 13952204.
HSL color Cylindrical-coordinate representation of color #CCE4D4: hue angle of 140º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4D4 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 228 | 212 | - |
CMYK | 0.11 | 0 | 0.07 | 0.11 |
HSL | 140º | 0.31% | 0.85% | - |
HSV(B) | 140º | 0.11% | 0.89% | - |
XYZ | 64.53 | 73.08 | 72.99 | - |
YUV | 219 | 124.05 | 117.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 228 | 212 | 0.11 | 0 | 0.07 | 0.11 | 140 | 0.31 | 0.85 |
Hex | CC | E4 | D4 | B | 0 | 7 | B | 8C | 1F | 55 |
Octal | 314 | 344 | 324 | 13 | 0 | 7 | 13 | 214 | 37 | 125 |
Binary | 11001100 | 11100100 | 11010100 | 1011 | 0 | 111 | 1011 | 10001100 | 11111 | 1010101 |
Color Harmonies of #CCE4D4
Complementary color
Monochromatic Colors of #CCE4D4
Black with #CCE4D4
Text Example
Text Example
White with #CCE4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4D4; }
p { color: rgb(204,228,212); }
H1.HeaderClassName
{
color: #CCE4D4;
}
.AnyTagClassName
{
color: #CCE4D4;
}
</style>
background-color css
<style>
a { background-color: #CCE4D4; }
a { background-color: rgb(204,228,212); }
div.DivClassName
{
background-color: #CCE4D4;
}
.BgClassName
{
background-color: #CCE4D4;
}
</style>
border-color css
<style>
span { border-color: #CCE4D4; }
span { border-color: rgb(204,228,212); }
td.TdClassName
{
border-color: #CCE4D4;
}
.TagClassName
{
border-color: #CCE4D4;
}
</style>