Shades of Granny Apple #CAF2CE
Tints of Granny Apple #CAF2CE
RGB
CMYK
RGB Variations
Color information
#CAF2CE (or 0xCAF2CE) is known color: Granny Apple. HEX triplet: CA, F2 and CE. RGB value is (202,242,206). Sum of RGB (Red+Green+Blue) = 202+242+206=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 242 (94.92% from 255 or 37.23% from 650); Blue value is 206 (80.86% from 255 or 31.69% from 650); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2CE is #350D31. Grayscale: #E2E2E2. Windows color (decimal): -3476786 or 13562570. OLE color: 13562570.
HSL color Cylindrical-coordinate representation of color #CAF2CE: hue angle of 126º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF2CE is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 206 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.05 |
| HSL | 126º | 0.61% | 0.87% | - |
| HSV(B) | 126º | 0.17% | 0.95% | - |
| XYZ | 67.25 | 80.52 | 70.39 | - |
| YUV | 225.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 206 | 0.17 | 0 | 0.15 | 0.05 | 126 | 0.61 | 0.87 |
| Hex | CA | F2 | CE | 11 | 0 | F | 5 | 7E | 3D | 57 |
| Octal | 312 | 362 | 316 | 21 | 0 | 17 | 5 | 176 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11001110 | 10001 | 0 | 1111 | 101 | 1111110 | 111101 | 1010111 |
Color Harmonies of #CAF2CE
Complementary color
Monochromatic Colors of #CAF2CE
Black with #CAF2CE
Text Example
Text Example
White with #CAF2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2CE; }
p { color: rgb(202,242,206); }
H1.HeaderClassName
{
color: #CAF2CE;
}
.AnyTagClassName
{
color: #CAF2CE;
}
</style>
background-color css
<style>
a { background-color: #CAF2CE; }
a { background-color: rgb(202,242,206); }
div.DivClassName
{
background-color: #CAF2CE;
}
.BgClassName
{
background-color: #CAF2CE;
}
</style>
border-color css
<style>
span { border-color: #CAF2CE; }
span { border-color: rgb(202,242,206); }
td.TdClassName
{
border-color: #CAF2CE;
}
.TagClassName
{
border-color: #CAF2CE;
}
</style>