Shades of Granny Apple #CAEECC
Tints of Granny Apple #CAEECC
RGB
CMYK
RGB Variations
Color information
#CAEECC (or 0xCAEECC) is known color: Granny Apple. HEX triplet: CA, EE and CC. RGB value is (202,238,204). Sum of RGB (Red+Green+Blue) = 202+238+204=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 238 (93.36% from 255 or 36.96% from 644); Blue value is 204 (80.08% from 255 or 31.68% from 644); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEECC is #351133. Grayscale: #DFDFDF. Windows color (decimal): -3477812 or 13430474. OLE color: 13430474.
HSL color Cylindrical-coordinate representation of color #CAEECC: hue angle of 123.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEECC is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 204 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.07 |
| HSL | 123.33º | 0.51% | 0.86% | - |
| HSV(B) | 123.33º | 0.15% | 0.93% | - |
| XYZ | 65.83 | 78.07 | 68.73 | - |
| YUV | 223.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 204 | 0.15 | 0 | 0.14 | 0.07 | 123.33 | 0.51 | 0.86 |
| Hex | CA | EE | CC | F | 0 | E | 7 | 7B | 33 | 56 |
| Octal | 312 | 356 | 314 | 17 | 0 | 16 | 7 | 173 | 63 | 126 |
| Binary | 11001010 | 11101110 | 11001100 | 1111 | 0 | 1110 | 111 | 1111011 | 110011 | 1010110 |
Color Harmonies of #CAEECC
Complementary color
Monochromatic Colors of #CAEECC
Black with #CAEECC
Text Example
Text Example
White with #CAEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEECC; }
p { color: rgb(202,238,204); }
H1.HeaderClassName
{
color: #CAEECC;
}
.AnyTagClassName
{
color: #CAEECC;
}
</style>
background-color css
<style>
a { background-color: #CAEECC; }
a { background-color: rgb(202,238,204); }
div.DivClassName
{
background-color: #CAEECC;
}
.BgClassName
{
background-color: #CAEECC;
}
</style>
border-color css
<style>
span { border-color: #CAEECC; }
span { border-color: rgb(202,238,204); }
td.TdClassName
{
border-color: #CAEECC;
}
.TagClassName
{
border-color: #CAEECC;
}
</style>