Shades of Granny Apple #CAFCD6
Tints of Granny Apple #CAFCD6
RGB
CMYK
RGB Variations
Color information
#CAFCD6 (or 0xCAFCD6) is known color: Granny Apple. HEX triplet: CA, FC and D6. RGB value is (202,252,214). Sum of RGB (Red+Green+Blue) = 202+252+214=668 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.24% from 668); Green value is 252 (98.83% from 255 or 37.72% from 668); Blue value is 214 (83.98% from 255 or 32.04% from 668); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCD6 is #350329. Grayscale: #E8E8E8. Windows color (decimal): -3474218 or 14089418. OLE color: 14089418.
HSL color Cylindrical-coordinate representation of color #CAFCD6: hue angle of 134.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCD6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 252 | 214 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.01 |
| HSL | 134.4º | 0.89% | 0.89% | - |
| HSV(B) | 134.4º | 0.2% | 0.99% | - |
| XYZ | 71.31 | 87.03 | 76.66 | - |
| YUV | 232.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 252 | 214 | 0.20 | 0 | 0.15 | 0.01 | 134.4 | 0.89 | 0.89 |
| Hex | CA | FC | D6 | 14 | 0 | F | 1 | 86 | 59 | 59 |
| Octal | 312 | 374 | 326 | 24 | 0 | 17 | 1 | 206 | 131 | 131 |
| Binary | 11001010 | 11111100 | 11010110 | 10100 | 0 | 1111 | 1 | 10000110 | 1011001 | 1011001 |
Color Harmonies of #CAFCD6
Complementary color
Monochromatic Colors of #CAFCD6
Black with #CAFCD6
Text Example
Text Example
White with #CAFCD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFCD6; }
p { color: rgb(202,252,214); }
H1.HeaderClassName
{
color: #CAFCD6;
}
.AnyTagClassName
{
color: #CAFCD6;
}
</style>
background-color css
<style>
a { background-color: #CAFCD6; }
a { background-color: rgb(202,252,214); }
div.DivClassName
{
background-color: #CAFCD6;
}
.BgClassName
{
background-color: #CAFCD6;
}
</style>
border-color css
<style>
span { border-color: #CAFCD6; }
span { border-color: rgb(202,252,214); }
td.TdClassName
{
border-color: #CAFCD6;
}
.TagClassName
{
border-color: #CAFCD6;
}
</style>