Shades of Granny Apple #CAFBDB
Tints of Granny Apple #CAFBDB
RGB
CMYK
RGB Variations
Color information
#CAFBDB (or 0xCAFBDB) is known color: Granny Apple. HEX triplet: CA, FB and DB. RGB value is (202,251,219). Sum of RGB (Red+Green+Blue) = 202+251+219=672 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.06% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 251 - color contains mainly: green. Hex color #CAFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFBDB is #350424. Grayscale: #E8E8E8. Windows color (decimal): -3474469 or 14416842. OLE color: 14416842.
HSL color Cylindrical-coordinate representation of color #CAFBDB: hue angle of 140.82º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 251 | 219 | - |
| CMYK | 0.20 | 0 | 0.13 | 0.02 |
| HSL | 140.82º | 0.86% | 0.89% | - |
| HSV(B) | 140.82º | 0.2% | 0.98% | - |
| XYZ | 71.64 | 86.67 | 79.97 | - |
| YUV | 232.7 | 120.27 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 219 | 0.20 | 0 | 0.13 | 0.02 | 140.82 | 0.86 | 0.89 |
| Hex | CA | FB | DB | 14 | 0 | D | 2 | 8D | 56 | 59 |
| Octal | 312 | 373 | 333 | 24 | 0 | 15 | 2 | 215 | 126 | 131 |
| Binary | 11001010 | 11111011 | 11011011 | 10100 | 0 | 1101 | 10 | 10001101 | 1010110 | 1011001 |
Color Harmonies of #CAFBDB
Complementary color
Monochromatic Colors of #CAFBDB
Black with #CAFBDB
Text Example
Text Example
White with #CAFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBDB; }
p { color: rgb(202,251,219); }
H1.HeaderClassName
{
color: #CAFBDB;
}
.AnyTagClassName
{
color: #CAFBDB;
}
</style>
background-color css
<style>
a { background-color: #CAFBDB; }
a { background-color: rgb(202,251,219); }
div.DivClassName
{
background-color: #CAFBDB;
}
.BgClassName
{
background-color: #CAFBDB;
}
</style>
border-color css
<style>
span { border-color: #CAFBDB; }
span { border-color: rgb(202,251,219); }
td.TdClassName
{
border-color: #CAFBDB;
}
.TagClassName
{
border-color: #CAFBDB;
}
</style>