Shades of Granny Apple #CAF0D6
Tints of Granny Apple #CAF0D6
RGB
CMYK
RGB Variations
Color information
#CAF0D6 (or 0xCAF0D6) is known color: Granny Apple. HEX triplet: CA, F0 and D6. RGB value is (202,240,214). Sum of RGB (Red+Green+Blue) = 202+240+214=656 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.79% from 656); Green value is 240 (94.14% from 255 or 36.59% from 656); Blue value is 214 (83.98% from 255 or 32.62% from 656); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0D6 is #350F29. Grayscale: #E1E1E1. Windows color (decimal): -3477290 or 14086346. OLE color: 14086346.
HSL color Cylindrical-coordinate representation of color #CAF0D6: hue angle of 138.95º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0D6 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 214 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.06 |
| HSL | 138.95º | 0.56% | 0.87% | - |
| HSV(B) | 138.95º | 0.16% | 0.94% | - |
| XYZ | 67.65 | 79.73 | 75.44 | - |
| YUV | 225.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 214 | 0.16 | 0 | 0.11 | 0.06 | 138.95 | 0.56 | 0.87 |
| Hex | CA | F0 | D6 | 10 | 0 | B | 6 | 8B | 38 | 57 |
| Octal | 312 | 360 | 326 | 20 | 0 | 13 | 6 | 213 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11010110 | 10000 | 0 | 1011 | 110 | 10001011 | 111000 | 1010111 |
Color Harmonies of #CAF0D6
Complementary color
Monochromatic Colors of #CAF0D6
Black with #CAF0D6
Text Example
Text Example
White with #CAF0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0D6; }
p { color: rgb(202,240,214); }
H1.HeaderClassName
{
color: #CAF0D6;
}
.AnyTagClassName
{
color: #CAF0D6;
}
</style>
background-color css
<style>
a { background-color: #CAF0D6; }
a { background-color: rgb(202,240,214); }
div.DivClassName
{
background-color: #CAF0D6;
}
.BgClassName
{
background-color: #CAF0D6;
}
</style>
border-color css
<style>
span { border-color: #CAF0D6; }
span { border-color: rgb(202,240,214); }
td.TdClassName
{
border-color: #CAF0D6;
}
.TagClassName
{
border-color: #CAF0D6;
}
</style>