Shades of Granny Apple #CAFAD3
Tints of Granny Apple #CAFAD3
RGB
CMYK
RGB Variations
Color information
#CAFAD3 (or 0xCAFAD3) is known color: Granny Apple. HEX triplet: CA, FA and D3. RGB value is (202,250,211). Sum of RGB (Red+Green+Blue) = 202+250+211=663 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.47% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 211 (82.81% from 255 or 31.83% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAD3 is #35052C. Grayscale: #E7E7E7. Windows color (decimal): -3474733 or 13892298. OLE color: 13892298.
HSL color Cylindrical-coordinate representation of color #CAFAD3: hue angle of 131.25º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAFAD3 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 250 | 211 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.02 |
| HSL | 131.25º | 0.83% | 0.89% | - |
| HSV(B) | 131.25º | 0.19% | 0.98% | - |
| XYZ | 70.3 | 85.63 | 74.45 | - |
| YUV | 231.2 | 116.6 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 211 | 0.19 | 0 | 0.16 | 0.02 | 131.25 | 0.83 | 0.89 |
| Hex | CA | FA | D3 | 13 | 0 | 10 | 2 | 83 | 53 | 59 |
| Octal | 312 | 372 | 323 | 23 | 0 | 20 | 2 | 203 | 123 | 131 |
| Binary | 11001010 | 11111010 | 11010011 | 10011 | 0 | 10000 | 10 | 10000011 | 1010011 | 1011001 |
Color Harmonies of #CAFAD3
Complementary color
Monochromatic Colors of #CAFAD3
Black with #CAFAD3
Text Example
Text Example
White with #CAFAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAD3; }
p { color: rgb(202,250,211); }
H1.HeaderClassName
{
color: #CAFAD3;
}
.AnyTagClassName
{
color: #CAFAD3;
}
</style>
background-color css
<style>
a { background-color: #CAFAD3; }
a { background-color: rgb(202,250,211); }
div.DivClassName
{
background-color: #CAFAD3;
}
.BgClassName
{
background-color: #CAFAD3;
}
</style>
border-color css
<style>
span { border-color: #CAFAD3; }
span { border-color: rgb(202,250,211); }
td.TdClassName
{
border-color: #CAFAD3;
}
.TagClassName
{
border-color: #CAFAD3;
}
</style>