Shades of Granny Apple #CAF7D3
Tints of Granny Apple #CAF7D3
RGB
CMYK
RGB Variations
Color information
#CAF7D3 (or 0xCAF7D3) is known color: Granny Apple. HEX triplet: CA, F7 and D3. RGB value is (202,247,211). Sum of RGB (Red+Green+Blue) = 202+247+211=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 247 (96.88% from 255 or 37.42% from 660); Blue value is 211 (82.81% from 255 or 31.97% from 660); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7D3 is #35082C. Grayscale: #E5E5E5. Windows color (decimal): -3475501 or 13891530. OLE color: 13891530.
HSL color Cylindrical-coordinate representation of color #CAF7D3: hue angle of 132º degrees, saturation: 0.74, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAF7D3 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 202 | 247 | 211 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.03 |
| HSL | 132º | 0.74% | 0.88% | - |
| HSV(B) | 132º | 0.18% | 0.97% | - |
| XYZ | 69.38 | 83.78 | 74.14 | - |
| YUV | 229.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 247 | 211 | 0.18 | 0 | 0.15 | 0.03 | 132 | 0.74 | 0.88 |
| Hex | CA | F7 | D3 | 12 | 0 | F | 3 | 84 | 4A | 58 |
| Octal | 312 | 367 | 323 | 22 | 0 | 17 | 3 | 204 | 112 | 130 |
| Binary | 11001010 | 11110111 | 11010011 | 10010 | 0 | 1111 | 11 | 10000100 | 1001010 | 1011000 |
Color Harmonies of #CAF7D3
Complementary color
Monochromatic Colors of #CAF7D3
Black with #CAF7D3
Text Example
Text Example
White with #CAF7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF7D3; }
p { color: rgb(202,247,211); }
H1.HeaderClassName
{
color: #CAF7D3;
}
.AnyTagClassName
{
color: #CAF7D3;
}
</style>
background-color css
<style>
a { background-color: #CAF7D3; }
a { background-color: rgb(202,247,211); }
div.DivClassName
{
background-color: #CAF7D3;
}
.BgClassName
{
background-color: #CAF7D3;
}
</style>
border-color css
<style>
span { border-color: #CAF7D3; }
span { border-color: rgb(202,247,211); }
td.TdClassName
{
border-color: #CAF7D3;
}
.TagClassName
{
border-color: #CAF7D3;
}
</style>