Shades of Granny Apple #CAF2D6
Tints of Granny Apple #CAF2D6
RGB
CMYK
RGB Variations
Color information
#CAF2D6 (or 0xCAF2D6) is known color: Granny Apple. HEX triplet: CA, F2 and D6. RGB value is (202,242,214). Sum of RGB (Red+Green+Blue) = 202+242+214=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 214 (83.98% from 255 or 32.52% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF2D6 is #350D29. Grayscale: #E2E2E2. Windows color (decimal): -3476778 or 14086858. OLE color: 14086858.
HSL color Cylindrical-coordinate representation of color #CAF2D6: hue angle of 138º 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 #CAF2D6 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 242 | 214 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.05 |
| HSL | 138º | 0.61% | 0.87% | - |
| HSV(B) | 138º | 0.17% | 0.95% | - |
| XYZ | 68.25 | 80.92 | 75.64 | - |
| YUV | 226.85 | 120.75 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 242 | 214 | 0.17 | 0 | 0.12 | 0.05 | 138 | 0.61 | 0.87 |
| Hex | CA | F2 | D6 | 11 | 0 | C | 5 | 8A | 3D | 57 |
| Octal | 312 | 362 | 326 | 21 | 0 | 14 | 5 | 212 | 75 | 127 |
| Binary | 11001010 | 11110010 | 11010110 | 10001 | 0 | 1100 | 101 | 10001010 | 111101 | 1010111 |
Color Harmonies of #CAF2D6
Complementary color
Monochromatic Colors of #CAF2D6
Black with #CAF2D6
Text Example
Text Example
White with #CAF2D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF2D6; }
p { color: rgb(202,242,214); }
H1.HeaderClassName
{
color: #CAF2D6;
}
.AnyTagClassName
{
color: #CAF2D6;
}
</style>
background-color css
<style>
a { background-color: #CAF2D6; }
a { background-color: rgb(202,242,214); }
div.DivClassName
{
background-color: #CAF2D6;
}
.BgClassName
{
background-color: #CAF2D6;
}
</style>
border-color css
<style>
span { border-color: #CAF2D6; }
span { border-color: rgb(202,242,214); }
td.TdClassName
{
border-color: #CAF2D6;
}
.TagClassName
{
border-color: #CAF2D6;
}
</style>