Shades of Granny Apple #CAF8CE
Tints of Granny Apple #CAF8CE
RGB
CMYK
RGB Variations
Color information
#CAF8CE (or 0xCAF8CE) is known color: Granny Apple. HEX triplet: CA, F8 and CE. RGB value is (202,248,206). Sum of RGB (Red+Green+Blue) = 202+248+206=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 206 (80.86% from 255 or 31.40% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8CE is #350731. Grayscale: #E5E5E5. Windows color (decimal): -3475250 or 13564106. OLE color: 13564106.
HSL color Cylindrical-coordinate representation of color #CAF8CE: hue angle of 125.22º degrees, saturation: 0.77, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF8CE is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 206 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.03 |
| HSL | 125.22º | 0.77% | 0.88% | - |
| HSV(B) | 125.22º | 0.19% | 0.97% | - |
| XYZ | 69.07 | 84.15 | 70.99 | - |
| YUV | 229.46 | 114.76 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 206 | 0.19 | 0 | 0.17 | 0.03 | 125.22 | 0.77 | 0.88 |
| Hex | CA | F8 | CE | 13 | 0 | 11 | 3 | 7D | 4D | 58 |
| Octal | 312 | 370 | 316 | 23 | 0 | 21 | 3 | 175 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11001110 | 10011 | 0 | 10001 | 11 | 1111101 | 1001101 | 1011000 |
Color Harmonies of #CAF8CE
Complementary color
Monochromatic Colors of #CAF8CE
Black with #CAF8CE
Text Example
Text Example
White with #CAF8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8CE; }
p { color: rgb(202,248,206); }
H1.HeaderClassName
{
color: #CAF8CE;
}
.AnyTagClassName
{
color: #CAF8CE;
}
</style>
background-color css
<style>
a { background-color: #CAF8CE; }
a { background-color: rgb(202,248,206); }
div.DivClassName
{
background-color: #CAF8CE;
}
.BgClassName
{
background-color: #CAF8CE;
}
</style>
border-color css
<style>
span { border-color: #CAF8CE; }
span { border-color: rgb(202,248,206); }
td.TdClassName
{
border-color: #CAF8CE;
}
.TagClassName
{
border-color: #CAF8CE;
}
</style>