Shades of Granny Apple #CCE3D3
Tints of Granny Apple #CCE3D3
RGB
CMYK
RGB Variations
Color information
#CCE3D3 (or 0xCCE3D3) is known color: Granny Apple. HEX triplet: CC, E3 and D3. RGB value is (204,227,211). Sum of RGB (Red+Green+Blue) = 204+227+211=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 227 (89.06% from 255 or 35.36% from 642); Blue value is 211 (82.81% from 255 or 32.87% from 642); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE3D3 is #331C2C. Grayscale: #DADADA. Windows color (decimal): -3349549 or 13886412. OLE color: 13886412.
HSL color Cylindrical-coordinate representation of color #CCE3D3: hue angle of 138.26º 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 #CCE3D3 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 211 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.11 |
| HSL | 138.26º | 0.29% | 0.85% | - |
| HSV(B) | 138.26º | 0.1% | 0.89% | - |
| XYZ | 64.13 | 72.48 | 72.24 | - |
| YUV | 218.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 211 | 0.10 | 0 | 0.07 | 0.11 | 138.26 | 0.29 | 0.85 |
| Hex | CC | E3 | D3 | A | 0 | 7 | B | 8A | 1D | 55 |
| Octal | 314 | 343 | 323 | 12 | 0 | 7 | 13 | 212 | 35 | 125 |
| Binary | 11001100 | 11100011 | 11010011 | 1010 | 0 | 111 | 1011 | 10001010 | 11101 | 1010101 |
Color Harmonies of #CCE3D3
Complementary color
Monochromatic Colors of #CCE3D3
Black with #CCE3D3
Text Example
Text Example
White with #CCE3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE3D3; }
p { color: rgb(204,227,211); }
H1.HeaderClassName
{
color: #CCE3D3;
}
.AnyTagClassName
{
color: #CCE3D3;
}
</style>
background-color css
<style>
a { background-color: #CCE3D3; }
a { background-color: rgb(204,227,211); }
div.DivClassName
{
background-color: #CCE3D3;
}
.BgClassName
{
background-color: #CCE3D3;
}
</style>
border-color css
<style>
span { border-color: #CCE3D3; }
span { border-color: rgb(204,227,211); }
td.TdClassName
{
border-color: #CCE3D3;
}
.TagClassName
{
border-color: #CCE3D3;
}
</style>