Shades of Granny Apple #CAF8D4
Tints of Granny Apple #CAF8D4
RGB
CMYK
RGB Variations
Color information
#CAF8D4 (or 0xCAF8D4) is known color: Granny Apple. HEX triplet: CA, F8 and D4. RGB value is (202,248,212). Sum of RGB (Red+Green+Blue) = 202+248+212=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 212 (83.20% from 255 or 32.02% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8D4 is #35072B. Grayscale: #E6E6E6. Windows color (decimal): -3475244 or 13957322. OLE color: 13957322.
HSL color Cylindrical-coordinate representation of color #CAF8D4: hue angle of 133.04º 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 #CAF8D4 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 248 | 212 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.03 |
| HSL | 133.04º | 0.77% | 0.88% | - |
| HSV(B) | 133.04º | 0.19% | 0.97% | - |
| XYZ | 69.81 | 84.44 | 74.91 | - |
| YUV | 230.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 248 | 212 | 0.19 | 0 | 0.15 | 0.03 | 133.04 | 0.77 | 0.88 |
| Hex | CA | F8 | D4 | 13 | 0 | F | 3 | 85 | 4D | 58 |
| Octal | 312 | 370 | 324 | 23 | 0 | 17 | 3 | 205 | 115 | 130 |
| Binary | 11001010 | 11111000 | 11010100 | 10011 | 0 | 1111 | 11 | 10000101 | 1001101 | 1011000 |
Color Harmonies of #CAF8D4
Complementary color
Monochromatic Colors of #CAF8D4
Black with #CAF8D4
Text Example
Text Example
White with #CAF8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF8D4; }
p { color: rgb(202,248,212); }
H1.HeaderClassName
{
color: #CAF8D4;
}
.AnyTagClassName
{
color: #CAF8D4;
}
</style>
background-color css
<style>
a { background-color: #CAF8D4; }
a { background-color: rgb(202,248,212); }
div.DivClassName
{
background-color: #CAF8D4;
}
.BgClassName
{
background-color: #CAF8D4;
}
</style>
border-color css
<style>
span { border-color: #CAF8D4; }
span { border-color: rgb(202,248,212); }
td.TdClassName
{
border-color: #CAF8D4;
}
.TagClassName
{
border-color: #CAF8D4;
}
</style>