Shades of Granny Apple #CAEECE
Tints of Granny Apple #CAEECE
RGB
CMYK
RGB Variations
Color information
#CAEECE (or 0xCAEECE) is known color: Granny Apple. HEX triplet: CA, EE and CE. RGB value is (202,238,206). Sum of RGB (Red+Green+Blue) = 202+238+206=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 238 (93.36% from 255 or 36.84% from 646); Blue value is 206 (80.86% from 255 or 31.89% from 646); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEECE is #351131. Grayscale: #DFDFDF. Windows color (decimal): -3477810 or 13561546. OLE color: 13561546.
HSL color Cylindrical-coordinate representation of color #CAEECE: hue angle of 126.67º 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 #CAEECE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 238 | 206 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.07 |
| HSL | 126.67º | 0.51% | 0.86% | - |
| HSV(B) | 126.67º | 0.15% | 0.93% | - |
| XYZ | 66.07 | 78.16 | 70 | - |
| YUV | 223.59 | 118.07 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 238 | 206 | 0.15 | 0 | 0.13 | 0.07 | 126.67 | 0.51 | 0.86 |
| Hex | CA | EE | CE | F | 0 | D | 7 | 7F | 33 | 56 |
| Octal | 312 | 356 | 316 | 17 | 0 | 15 | 7 | 177 | 63 | 126 |
| Binary | 11001010 | 11101110 | 11001110 | 1111 | 0 | 1101 | 111 | 1111111 | 110011 | 1010110 |
Color Harmonies of #CAEECE
Complementary color
Monochromatic Colors of #CAEECE
Black with #CAEECE
Text Example
Text Example
White with #CAEECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEECE; }
p { color: rgb(202,238,206); }
H1.HeaderClassName
{
color: #CAEECE;
}
.AnyTagClassName
{
color: #CAEECE;
}
</style>
background-color css
<style>
a { background-color: #CAEECE; }
a { background-color: rgb(202,238,206); }
div.DivClassName
{
background-color: #CAEECE;
}
.BgClassName
{
background-color: #CAEECE;
}
</style>
border-color css
<style>
span { border-color: #CAEECE; }
span { border-color: rgb(202,238,206); }
td.TdClassName
{
border-color: #CAEECE;
}
.TagClassName
{
border-color: #CAEECE;
}
</style>