Shades of Granny Apple #CAF1D2
Tints of Granny Apple #CAF1D2
RGB
CMYK
RGB Variations
Color information
#CAF1D2 (or 0xCAF1D2) is known color: Granny Apple. HEX triplet: CA, F1 and D2. RGB value is (202,241,210). Sum of RGB (Red+Green+Blue) = 202+241+210=653 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.93% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 210 (82.42% from 255 or 32.16% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF1D2 is #350E2D. Grayscale: #E1E1E1. Windows color (decimal): -3477038 or 13824458. OLE color: 13824458.
HSL color Cylindrical-coordinate representation of color #CAF1D2: hue angle of 132.31º degrees, saturation: 0.58, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF1D2 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 241 | 210 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.05 |
| HSL | 132.31º | 0.58% | 0.87% | - |
| HSV(B) | 132.31º | 0.16% | 0.95% | - |
| XYZ | 67.45 | 80.12 | 72.88 | - |
| YUV | 225.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 241 | 210 | 0.16 | 0 | 0.13 | 0.05 | 132.31 | 0.58 | 0.87 |
| Hex | CA | F1 | D2 | 10 | 0 | D | 5 | 84 | 3A | 57 |
| Octal | 312 | 361 | 322 | 20 | 0 | 15 | 5 | 204 | 72 | 127 |
| Binary | 11001010 | 11110001 | 11010010 | 10000 | 0 | 1101 | 101 | 10000100 | 111010 | 1010111 |
Color Harmonies of #CAF1D2
Complementary color
Monochromatic Colors of #CAF1D2
Black with #CAF1D2
Text Example
Text Example
White with #CAF1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF1D2; }
p { color: rgb(202,241,210); }
H1.HeaderClassName
{
color: #CAF1D2;
}
.AnyTagClassName
{
color: #CAF1D2;
}
</style>
background-color css
<style>
a { background-color: #CAF1D2; }
a { background-color: rgb(202,241,210); }
div.DivClassName
{
background-color: #CAF1D2;
}
.BgClassName
{
background-color: #CAF1D2;
}
</style>
border-color css
<style>
span { border-color: #CAF1D2; }
span { border-color: rgb(202,241,210); }
td.TdClassName
{
border-color: #CAF1D2;
}
.TagClassName
{
border-color: #CAF1D2;
}
</style>