Shades of Granny Apple #CAF1CE
Tints of Granny Apple #CAF1CE
RGB
CMYK
RGB Variations
Color information
#CAF1CE (or 0xCAF1CE) is known color: Granny Apple. HEX triplet: CA, F1 and CE. RGB value is (202,241,206). Sum of RGB (Red+Green+Blue) = 202+241+206=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 241 (94.53% from 255 or 37.13% from 649); Blue value is 206 (80.86% from 255 or 31.74% from 649); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1CE is #350E31. Grayscale: #E1E1E1. Windows color (decimal): -3477042 or 13562314. OLE color: 13562314.
HSL color Cylindrical-coordinate representation of color #CAF1CE: hue angle of 126.15º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1CE is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 206 | - |
| CMYK | 0.16 | 0 | 0.15 | 0.05 |
| HSL | 126.15º | 0.58% | 0.87% | - |
| HSV(B) | 126.15º | 0.16% | 0.95% | - |
| XYZ | 66.95 | 79.92 | 70.29 | - |
| YUV | 225.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 206 | 0.16 | 0 | 0.15 | 0.05 | 126.15 | 0.58 | 0.87 |
| Hex | CA | F1 | CE | 10 | 0 | F | 5 | 7E | 3A | 57 |
| Octal | 312 | 361 | 316 | 20 | 0 | 17 | 5 | 176 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11001110 | 10000 | 0 | 1111 | 101 | 1111110 | 111010 | 1010111 |
Color Harmonies of #CAF1CE
Complementary color
Monochromatic Colors of #CAF1CE
Black with #CAF1CE
Text Example
Text Example
White with #CAF1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1CE; }
p { color: rgb(202,241,206); }
H1.HeaderClassName
{
color: #CAF1CE;
}
.AnyTagClassName
{
color: #CAF1CE;
}
</style>
background-color css
<style>
a { background-color: #CAF1CE; }
a { background-color: rgb(202,241,206); }
div.DivClassName
{
background-color: #CAF1CE;
}
.BgClassName
{
background-color: #CAF1CE;
}
</style>
border-color css
<style>
span { border-color: #CAF1CE; }
span { border-color: rgb(202,241,206); }
td.TdClassName
{
border-color: #CAF1CE;
}
.TagClassName
{
border-color: #CAF1CE;
}
</style>