Shades of Granny Apple #CAF0CF
Tints of Granny Apple #CAF0CF
RGB
CMYK
RGB Variations
Color information
#CAF0CF (or 0xCAF0CF) is known color: Granny Apple. HEX triplet: CA, F0 and CF. RGB value is (202,240,207). Sum of RGB (Red+Green+Blue) = 202+240+207=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 207 (81.25% from 255 or 31.90% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF0CF is #350F30. Grayscale: #E0E0E0. Windows color (decimal): -3477297 or 13627594. OLE color: 13627594.
HSL color Cylindrical-coordinate representation of color #CAF0CF: hue angle of 127.89º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAF0CF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 240 | 207 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.06 |
| HSL | 127.89º | 0.56% | 0.87% | - |
| HSV(B) | 127.89º | 0.16% | 0.94% | - |
| XYZ | 66.78 | 79.38 | 70.83 | - |
| YUV | 224.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 240 | 207 | 0.16 | 0 | 0.14 | 0.06 | 127.89 | 0.56 | 0.87 |
| Hex | CA | F0 | CF | 10 | 0 | E | 6 | 80 | 38 | 57 |
| Octal | 312 | 360 | 317 | 20 | 0 | 16 | 6 | 200 | 70 | 127 |
| Binary | 11001010 | 11110000 | 11001111 | 10000 | 0 | 1110 | 110 | 10000000 | 111000 | 1010111 |
Color Harmonies of #CAF0CF
Complementary color
Monochromatic Colors of #CAF0CF
Black with #CAF0CF
Text Example
Text Example
White with #CAF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF0CF; }
p { color: rgb(202,240,207); }
H1.HeaderClassName
{
color: #CAF0CF;
}
.AnyTagClassName
{
color: #CAF0CF;
}
</style>
background-color css
<style>
a { background-color: #CAF0CF; }
a { background-color: rgb(202,240,207); }
div.DivClassName
{
background-color: #CAF0CF;
}
.BgClassName
{
background-color: #CAF0CF;
}
</style>
border-color css
<style>
span { border-color: #CAF0CF; }
span { border-color: rgb(202,240,207); }
td.TdClassName
{
border-color: #CAF0CF;
}
.TagClassName
{
border-color: #CAF0CF;
}
</style>