Shades of Granny Apple #CAEACB
Tints of Granny Apple #CAEACB
RGB
CMYK
RGB Variations
Color information
#CAEACB (or 0xCAEACB) is known color: Granny Apple. HEX triplet: CA, EA and CB. RGB value is (202,234,203). Sum of RGB (Red+Green+Blue) = 202+234+203=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 203 (79.69% from 255 or 31.77% from 639); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEACB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEACB is #351534. Grayscale: #DCDCDC. Windows color (decimal): -3478837 or 13363914. OLE color: 13363914.
HSL color Cylindrical-coordinate representation of color #CAEACB: hue angle of 121.88º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAEACB is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 203 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.08 |
| HSL | 121.88º | 0.43% | 0.85% | - |
| HSV(B) | 121.88º | 0.14% | 0.92% | - |
| XYZ | 64.56 | 75.71 | 67.71 | - |
| YUV | 220.9 | 117.9 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 203 | 0.14 | 0 | 0.13 | 0.08 | 121.88 | 0.43 | 0.85 |
| Hex | CA | EA | CB | E | 0 | D | 8 | 7A | 2B | 55 |
| Octal | 312 | 352 | 313 | 16 | 0 | 15 | 10 | 172 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11001011 | 1110 | 0 | 1101 | 1000 | 1111010 | 101011 | 1010101 |
Color Harmonies of #CAEACB
Complementary color
Monochromatic Colors of #CAEACB
Black with #CAEACB
Text Example
Text Example
White with #CAEACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEACB; }
p { color: rgb(202,234,203); }
H1.HeaderClassName
{
color: #CAEACB;
}
.AnyTagClassName
{
color: #CAEACB;
}
</style>
background-color css
<style>
a { background-color: #CAEACB; }
a { background-color: rgb(202,234,203); }
div.DivClassName
{
background-color: #CAEACB;
}
.BgClassName
{
background-color: #CAEACB;
}
</style>
border-color css
<style>
span { border-color: #CAEACB; }
span { border-color: rgb(202,234,203); }
td.TdClassName
{
border-color: #CAEACB;
}
.TagClassName
{
border-color: #CAEACB;
}
</style>