Shades of Granny Apple #CAF5D4
Tints of Granny Apple #CAF5D4
RGB
CMYK
RGB Variations
Color information
#CAF5D4 (or 0xCAF5D4) is known color: Granny Apple. HEX triplet: CA, F5 and D4. RGB value is (202,245,212). Sum of RGB (Red+Green+Blue) = 202+245+212=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 212 (83.20% from 255 or 32.17% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF5D4 is #350A2B. Grayscale: #E4E4E4. Windows color (decimal): -3476012 or 13956554. OLE color: 13956554.
HSL color Cylindrical-coordinate representation of color #CAF5D4: hue angle of 133.95º degrees, saturation: 0.68, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF5D4 is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 245 | 212 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.04 |
| HSL | 133.95º | 0.68% | 0.88% | - |
| HSV(B) | 133.95º | 0.18% | 0.96% | - |
| XYZ | 68.89 | 82.61 | 74.6 | - |
| YUV | 228.38 | 118.75 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 245 | 212 | 0.18 | 0 | 0.13 | 0.04 | 133.95 | 0.68 | 0.88 |
| Hex | CA | F5 | D4 | 12 | 0 | D | 4 | 86 | 44 | 58 |
| Octal | 312 | 365 | 324 | 22 | 0 | 15 | 4 | 206 | 104 | 130 |
| Binary | 11001010 | 11110101 | 11010100 | 10010 | 0 | 1101 | 100 | 10000110 | 1000100 | 1011000 |
Color Harmonies of #CAF5D4
Complementary color
Monochromatic Colors of #CAF5D4
Black with #CAF5D4
Text Example
Text Example
White with #CAF5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF5D4; }
p { color: rgb(202,245,212); }
H1.HeaderClassName
{
color: #CAF5D4;
}
.AnyTagClassName
{
color: #CAF5D4;
}
</style>
background-color css
<style>
a { background-color: #CAF5D4; }
a { background-color: rgb(202,245,212); }
div.DivClassName
{
background-color: #CAF5D4;
}
.BgClassName
{
background-color: #CAF5D4;
}
</style>
border-color css
<style>
span { border-color: #CAF5D4; }
span { border-color: rgb(202,245,212); }
td.TdClassName
{
border-color: #CAF5D4;
}
.TagClassName
{
border-color: #CAF5D4;
}
</style>