Shades of Granny Apple #CAEACF
Tints of Granny Apple #CAEACF
RGB
CMYK
RGB Variations
Color information
#CAEACF (or 0xCAEACF) is known color: Granny Apple. HEX triplet: CA, EA and CF. RGB value is (202,234,207). Sum of RGB (Red+Green+Blue) = 202+234+207=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 234 (91.80% from 255 or 36.39% from 643); Blue value is 207 (81.25% from 255 or 32.19% from 643); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEACF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEACF is #351530. Grayscale: #DDDDDD. Windows color (decimal): -3478833 or 13626058. OLE color: 13626058.
HSL color Cylindrical-coordinate representation of color #CAEACF: hue angle of 129.38º 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 #CAEACF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 234 | 207 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.08 |
| HSL | 129.38º | 0.43% | 0.85% | - |
| HSV(B) | 129.38º | 0.14% | 0.92% | - |
| XYZ | 65.04 | 75.91 | 70.25 | - |
| YUV | 221.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 234 | 207 | 0.14 | 0 | 0.12 | 0.08 | 129.38 | 0.43 | 0.85 |
| Hex | CA | EA | CF | E | 0 | C | 8 | 81 | 2B | 55 |
| Octal | 312 | 352 | 317 | 16 | 0 | 14 | 10 | 201 | 53 | 125 |
| Binary | 11001010 | 11101010 | 11001111 | 1110 | 0 | 1100 | 1000 | 10000001 | 101011 | 1010101 |
Color Harmonies of #CAEACF
Complementary color
Monochromatic Colors of #CAEACF
Black with #CAEACF
Text Example
Text Example
White with #CAEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEACF; }
p { color: rgb(202,234,207); }
H1.HeaderClassName
{
color: #CAEACF;
}
.AnyTagClassName
{
color: #CAEACF;
}
</style>
background-color css
<style>
a { background-color: #CAEACF; }
a { background-color: rgb(202,234,207); }
div.DivClassName
{
background-color: #CAEACF;
}
.BgClassName
{
background-color: #CAEACF;
}
</style>
border-color css
<style>
span { border-color: #CAEACF; }
span { border-color: rgb(202,234,207); }
td.TdClassName
{
border-color: #CAEACF;
}
.TagClassName
{
border-color: #CAEACF;
}
</style>