Shades of Granny Apple #CAFDD1
Tints of Granny Apple #CAFDD1
RGB
CMYK
RGB Variations
Color information
#CAFDD1 (or 0xCAFDD1) is known color: Granny Apple. HEX triplet: CA, FD and D1. RGB value is (202,253,209). Sum of RGB (Red+Green+Blue) = 202+253+209=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 253 (99.22% from 255 or 38.10% from 664); Blue value is 209 (82.03% from 255 or 31.48% from 664); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDD1 is #35022E. Grayscale: #E8E8E8. Windows color (decimal): -3473967 or 13761994. OLE color: 13761994.
HSL color Cylindrical-coordinate representation of color #CAFDD1: hue angle of 128.24º 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 #CAFDD1 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 202 | 253 | 209 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.01 |
| HSL | 128.24º | 0.93% | 0.89% | - |
| HSV(B) | 128.24º | 0.2% | 0.99% | - |
| XYZ | 70.99 | 87.41 | 73.45 | - |
| YUV | 232.74 | 114.6 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 253 | 209 | 0.20 | 0 | 0.17 | 0.01 | 128.24 | 0.93 | 0.89 |
| Hex | CA | FD | D1 | 14 | 0 | 11 | 1 | 80 | 5D | 59 |
| Octal | 312 | 375 | 321 | 24 | 0 | 21 | 1 | 200 | 135 | 131 |
| Binary | 11001010 | 11111101 | 11010001 | 10100 | 0 | 10001 | 1 | 10000000 | 1011101 | 1011001 |
Color Harmonies of #CAFDD1
Complementary color
Monochromatic Colors of #CAFDD1
Black with #CAFDD1
Text Example
Text Example
White with #CAFDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFDD1; }
p { color: rgb(202,253,209); }
H1.HeaderClassName
{
color: #CAFDD1;
}
.AnyTagClassName
{
color: #CAFDD1;
}
</style>
background-color css
<style>
a { background-color: #CAFDD1; }
a { background-color: rgb(202,253,209); }
div.DivClassName
{
background-color: #CAFDD1;
}
.BgClassName
{
background-color: #CAFDD1;
}
</style>
border-color css
<style>
span { border-color: #CAFDD1; }
span { border-color: rgb(202,253,209); }
td.TdClassName
{
border-color: #CAFDD1;
}
.TagClassName
{
border-color: #CAFDD1;
}
</style>