Shades of Granny Apple #CCE2D3
Tints of Granny Apple #CCE2D3
RGB
CMYK
RGB Variations
Color information
#CCE2D3 (or 0xCCE2D3) is known color: Granny Apple. HEX triplet: CC, E2 and D3. RGB value is (204,226,211). Sum of RGB (Red+Green+Blue) = 204+226+211=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 226 (88.67% from 255 or 35.26% from 641); Blue value is 211 (82.81% from 255 or 32.92% from 641); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE2D3 is #331D2C. Grayscale: #D9D9D9. Windows color (decimal): -3349805 or 13886156. OLE color: 13886156.
HSL color Cylindrical-coordinate representation of color #CCE2D3: hue angle of 139.09º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCE2D3 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 211 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.11 |
| HSL | 139.09º | 0.28% | 0.84% | - |
| HSV(B) | 139.09º | 0.1% | 0.89% | - |
| XYZ | 63.86 | 71.93 | 72.15 | - |
| YUV | 217.71 | 124.21 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 211 | 0.10 | 0 | 0.07 | 0.11 | 139.09 | 0.28 | 0.84 |
| Hex | CC | E2 | D3 | A | 0 | 7 | B | 8B | 1C | 54 |
| Octal | 314 | 342 | 323 | 12 | 0 | 7 | 13 | 213 | 34 | 124 |
| Binary | 11001100 | 11100010 | 11010011 | 1010 | 0 | 111 | 1011 | 10001011 | 11100 | 1010100 |
Color Harmonies of #CCE2D3
Complementary color
Monochromatic Colors of #CCE2D3
Black with #CCE2D3
Text Example
Text Example
White with #CCE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE2D3; }
p { color: rgb(204,226,211); }
H1.HeaderClassName
{
color: #CCE2D3;
}
.AnyTagClassName
{
color: #CCE2D3;
}
</style>
background-color css
<style>
a { background-color: #CCE2D3; }
a { background-color: rgb(204,226,211); }
div.DivClassName
{
background-color: #CCE2D3;
}
.BgClassName
{
background-color: #CCE2D3;
}
</style>
border-color css
<style>
span { border-color: #CCE2D3; }
span { border-color: rgb(204,226,211); }
td.TdClassName
{
border-color: #CCE2D3;
}
.TagClassName
{
border-color: #CCE2D3;
}
</style>