Shades of Granny Apple #CAECD4
Tints of Granny Apple #CAECD4
RGB
CMYK
RGB Variations
Color information
#CAECD4 (or 0xCAECD4) is known color: Granny Apple. HEX triplet: CA, EC and D4. RGB value is (202,236,212). Sum of RGB (Red+Green+Blue) = 202+236+212=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 236 (92.58% from 255 or 36.31% from 650); Blue value is 212 (83.20% from 255 or 32.62% from 650); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECD4 is #35132B. Grayscale: #DFDFDF. Windows color (decimal): -3478316 or 13954250. OLE color: 13954250.
HSL color Cylindrical-coordinate representation of color #CAECD4: hue angle of 137.65º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECD4 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 236 | 212 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.07 |
| HSL | 137.65º | 0.47% | 0.86% | - |
| HSV(B) | 137.65º | 0.14% | 0.93% | - |
| XYZ | 66.24 | 77.3 | 73.72 | - |
| YUV | 223.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 236 | 212 | 0.14 | 0 | 0.10 | 0.07 | 137.65 | 0.47 | 0.86 |
| Hex | CA | EC | D4 | E | 0 | A | 7 | 8A | 2F | 56 |
| Octal | 312 | 354 | 324 | 16 | 0 | 12 | 7 | 212 | 57 | 126 |
| Binary | 11001010 | 11101100 | 11010100 | 1110 | 0 | 1010 | 111 | 10001010 | 101111 | 1010110 |
Color Harmonies of #CAECD4
Complementary color
Monochromatic Colors of #CAECD4
Black with #CAECD4
Text Example
Text Example
White with #CAECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECD4; }
p { color: rgb(202,236,212); }
H1.HeaderClassName
{
color: #CAECD4;
}
.AnyTagClassName
{
color: #CAECD4;
}
</style>
background-color css
<style>
a { background-color: #CAECD4; }
a { background-color: rgb(202,236,212); }
div.DivClassName
{
background-color: #CAECD4;
}
.BgClassName
{
background-color: #CAECD4;
}
</style>
border-color css
<style>
span { border-color: #CAECD4; }
span { border-color: rgb(202,236,212); }
td.TdClassName
{
border-color: #CAECD4;
}
.TagClassName
{
border-color: #CAECD4;
}
</style>