Shades of Granny Apple #CAF9D3
Tints of Granny Apple #CAF9D3
RGB
CMYK
RGB Variations
Color information
#CAF9D3 (or 0xCAF9D3) is known color: Granny Apple. HEX triplet: CA, F9 and D3. RGB value is (202,249,211). Sum of RGB (Red+Green+Blue) = 202+249+211=662 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.51% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 211 (82.81% from 255 or 31.87% from 662); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF9D3 is #35062C. Grayscale: #E6E6E6. Windows color (decimal): -3474989 or 13892042. OLE color: 13892042.
HSL color Cylindrical-coordinate representation of color #CAF9D3: hue angle of 131.49º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAF9D3 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 249 | 211 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.02 |
| HSL | 131.49º | 0.8% | 0.88% | - |
| HSV(B) | 131.49º | 0.19% | 0.98% | - |
| XYZ | 69.99 | 85.01 | 74.35 | - |
| YUV | 230.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 249 | 211 | 0.19 | 0 | 0.15 | 0.02 | 131.49 | 0.8 | 0.88 |
| Hex | CA | F9 | D3 | 13 | 0 | F | 2 | 83 | 50 | 58 |
| Octal | 312 | 371 | 323 | 23 | 0 | 17 | 2 | 203 | 120 | 130 |
| Binary | 11001010 | 11111001 | 11010011 | 10011 | 0 | 1111 | 10 | 10000011 | 1010000 | 1011000 |
Color Harmonies of #CAF9D3
Complementary color
Monochromatic Colors of #CAF9D3
Black with #CAF9D3
Text Example
Text Example
White with #CAF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF9D3; }
p { color: rgb(202,249,211); }
H1.HeaderClassName
{
color: #CAF9D3;
}
.AnyTagClassName
{
color: #CAF9D3;
}
</style>
background-color css
<style>
a { background-color: #CAF9D3; }
a { background-color: rgb(202,249,211); }
div.DivClassName
{
background-color: #CAF9D3;
}
.BgClassName
{
background-color: #CAF9D3;
}
</style>
border-color css
<style>
span { border-color: #CAF9D3; }
span { border-color: rgb(202,249,211); }
td.TdClassName
{
border-color: #CAF9D3;
}
.TagClassName
{
border-color: #CAF9D3;
}
</style>