Shades of Granny Apple #CCE6D0
Tints of Granny Apple #CCE6D0
RGB
CMYK
RGB Variations
Color information
#CCE6D0 (or 0xCCE6D0) is known color: Granny Apple. HEX triplet: CC, E6 and D0. RGB value is (204,230,208). Sum of RGB (Red+Green+Blue) = 204+230+208=642 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.78% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 208 (81.64% from 255 or 32.40% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE6D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE6D0 is #33192F. Grayscale: #DBDBDB. Windows color (decimal): -3348784 or 13690572. OLE color: 13690572.
HSL color Cylindrical-coordinate representation of color #CCE6D0: hue angle of 129.23º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE6D0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
RGB | 204 | 230 | 208 | - |
CMYK | 0.11 | 0 | 0.10 | 0.10 |
HSL | 129.23º | 0.34% | 0.85% | - |
HSV(B) | 129.23º | 0.11% | 0.9% | - |
XYZ | 64.58 | 73.99 | 70.55 | - |
YUV | 219.72 | 121.39 | 116.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 230 | 208 | 0.11 | 0 | 0.10 | 0.10 | 129.23 | 0.34 | 0.85 |
Hex | CC | E6 | D0 | B | 0 | A | A | 81 | 22 | 55 |
Octal | 314 | 346 | 320 | 13 | 0 | 12 | 12 | 201 | 42 | 125 |
Binary | 11001100 | 11100110 | 11010000 | 1011 | 0 | 1010 | 1010 | 10000001 | 100010 | 1010101 |
Color Harmonies of #CCE6D0
Complementary color
Monochromatic Colors of #CCE6D0
Black with #CCE6D0
Text Example
Text Example
White with #CCE6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE6D0; }
p { color: rgb(204,230,208); }
H1.HeaderClassName
{
color: #CCE6D0;
}
.AnyTagClassName
{
color: #CCE6D0;
}
</style>
background-color css
<style>
a { background-color: #CCE6D0; }
a { background-color: rgb(204,230,208); }
div.DivClassName
{
background-color: #CCE6D0;
}
.BgClassName
{
background-color: #CCE6D0;
}
</style>
border-color css
<style>
span { border-color: #CCE6D0; }
span { border-color: rgb(204,230,208); }
td.TdClassName
{
border-color: #CCE6D0;
}
.TagClassName
{
border-color: #CCE6D0;
}
</style>