Shades of Granny Apple #CAFDD6
Tints of Granny Apple #CAFDD6
RGB
CMYK
RGB Variations
Color information
#CAFDD6 (or 0xCAFDD6) is known color: Granny Apple. HEX triplet: CA, FD and D6. RGB value is (202,253,214). Sum of RGB (Red+Green+Blue) = 202+253+214=669 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.19% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 214 (83.98% from 255 or 31.99% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD6 is #350229. Grayscale: #E9E9E9. Windows color (decimal): -3473962 or 14089674. OLE color: 14089674.
HSL color Cylindrical-coordinate representation of color #CAFDD6: hue angle of 134.12º degrees, saturation: 0.93, 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 #CAFDD6 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 214 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.01 |
| HSL | 134.12º | 0.93% | 0.89% | - |
| HSV(B) | 134.12º | 0.2% | 0.99% | - |
| XYZ | 71.62 | 87.66 | 76.76 | - |
| YUV | 233.31 | 117.1 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 214 | 0.20 | 0 | 0.15 | 0.01 | 134.12 | 0.93 | 0.89 |
| Hex | CA | FD | D6 | 14 | 0 | F | 1 | 86 | 5D | 59 |
| Octal | 312 | 375 | 326 | 24 | 0 | 17 | 1 | 206 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11010110 | 10100 | 0 | 1111 | 1 | 10000110 | 1011101 | 1011001 |
Color Harmonies of #CAFDD6
Complementary color
Monochromatic Colors of #CAFDD6
Black with #CAFDD6
Text Example
Text Example
White with #CAFDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDD6; }
p { color: rgb(202,253,214); }
H1.HeaderClassName
{
color: #CAFDD6;
}
.AnyTagClassName
{
color: #CAFDD6;
}
</style>
background-color css
<style>
a { background-color: #CAFDD6; }
a { background-color: rgb(202,253,214); }
div.DivClassName
{
background-color: #CAFDD6;
}
.BgClassName
{
background-color: #CAFDD6;
}
</style>
border-color css
<style>
span { border-color: #CAFDD6; }
span { border-color: rgb(202,253,214); }
td.TdClassName
{
border-color: #CAFDD6;
}
.TagClassName
{
border-color: #CAFDD6;
}
</style>