Shades of Granny Apple #CAF2D7
Tints of Granny Apple #CAF2D7
RGB
CMYK
RGB Variations
Color information
#CAF2D7 (or 0xCAF2D7) is known color: Granny Apple. HEX triplet: CA, F2 and D7. RGB value is (202,242,215). Sum of RGB (Red+Green+Blue) = 202+242+215=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 242 (94.92% from 255 or 36.72% from 659); Blue value is 215 (84.38% from 255 or 32.63% from 659); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D7 is #350D28. Grayscale: #E3E3E3. Windows color (decimal): -3476777 or 14152394. OLE color: 14152394.
HSL color Cylindrical-coordinate representation of color #CAF2D7: hue angle of 139.5º 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 #CAF2D7 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 215 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.05 |
| HSL | 139.5º | 0.61% | 0.87% | - |
| HSV(B) | 139.5º | 0.17% | 0.95% | - |
| XYZ | 68.37 | 80.97 | 76.31 | - |
| YUV | 226.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 215 | 0.17 | 0 | 0.11 | 0.05 | 139.5 | 0.61 | 0.87 |
| Hex | CA | F2 | D7 | 11 | 0 | B | 5 | 8C | 3D | 57 |
| Octal | 312 | 362 | 327 | 21 | 0 | 13 | 5 | 214 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11010111 | 10001 | 0 | 1011 | 101 | 10001100 | 111101 | 1010111 |
Color Harmonies of #CAF2D7
Complementary color
Monochromatic Colors of #CAF2D7
Black with #CAF2D7
Text Example
Text Example
White with #CAF2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2D7; }
p { color: rgb(202,242,215); }
H1.HeaderClassName
{
color: #CAF2D7;
}
.AnyTagClassName
{
color: #CAF2D7;
}
</style>
background-color css
<style>
a { background-color: #CAF2D7; }
a { background-color: rgb(202,242,215); }
div.DivClassName
{
background-color: #CAF2D7;
}
.BgClassName
{
background-color: #CAF2D7;
}
</style>
border-color css
<style>
span { border-color: #CAF2D7; }
span { border-color: rgb(202,242,215); }
td.TdClassName
{
border-color: #CAF2D7;
}
.TagClassName
{
border-color: #CAF2D7;
}
</style>