Shades of Granny Apple #CCE3D4
Tints of Granny Apple #CCE3D4
RGB
CMYK
RGB Variations
Color information
#CCE3D4 (or 0xCCE3D4) is known color: Granny Apple. HEX triplet: CC, E3 and D4. RGB value is (204,227,212). Sum of RGB (Red+Green+Blue) = 204+227+212=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 227 (89.06% from 255 or 35.30% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3D4 is #331C2B. Grayscale: #DADADA. Windows color (decimal): -3349548 or 13951948. OLE color: 13951948.
HSL color Cylindrical-coordinate representation of color #CCE3D4: hue angle of 140.87º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE3D4 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 212 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.11 |
| HSL | 140.87º | 0.29% | 0.85% | - |
| HSV(B) | 140.87º | 0.1% | 0.89% | - |
| XYZ | 64.25 | 72.53 | 72.9 | - |
| YUV | 218.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 212 | 0.10 | 0 | 0.07 | 0.11 | 140.87 | 0.29 | 0.85 |
| Hex | CC | E3 | D4 | A | 0 | 7 | B | 8D | 1D | 55 |
| Octal | 314 | 343 | 324 | 12 | 0 | 7 | 13 | 215 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11010100 | 1010 | 0 | 111 | 1011 | 10001101 | 11101 | 1010101 |
Color Harmonies of #CCE3D4
Complementary color
Monochromatic Colors of #CCE3D4
Black with #CCE3D4
Text Example
Text Example
White with #CCE3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3D4; }
p { color: rgb(204,227,212); }
H1.HeaderClassName
{
color: #CCE3D4;
}
.AnyTagClassName
{
color: #CCE3D4;
}
</style>
background-color css
<style>
a { background-color: #CCE3D4; }
a { background-color: rgb(204,227,212); }
div.DivClassName
{
background-color: #CCE3D4;
}
.BgClassName
{
background-color: #CCE3D4;
}
</style>
border-color css
<style>
span { border-color: #CCE3D4; }
span { border-color: rgb(204,227,212); }
td.TdClassName
{
border-color: #CCE3D4;
}
.TagClassName
{
border-color: #CCE3D4;
}
</style>