Shades of Granny Apple #CAF3CF
Tints of Granny Apple #CAF3CF
RGB
CMYK
RGB Variations
Color information
#CAF3CF (or 0xCAF3CF) is known color: Granny Apple. HEX triplet: CA, F3 and CF. RGB value is (202,243,207). Sum of RGB (Red+Green+Blue) = 202+243+207=652 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.98% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 207 (81.25% from 255 or 31.75% from 652); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF3CF is #350C30. Grayscale: #E2E2E2. Windows color (decimal): -3476529 or 13628362. OLE color: 13628362.
HSL color Cylindrical-coordinate representation of color #CAF3CF: hue angle of 127.32º degrees, saturation: 0.63, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF3CF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 243 | 207 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.05 |
| HSL | 127.32º | 0.63% | 0.87% | - |
| HSV(B) | 127.32º | 0.17% | 0.95% | - |
| XYZ | 67.67 | 81.16 | 71.13 | - |
| YUV | 226.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 243 | 207 | 0.17 | 0 | 0.15 | 0.05 | 127.32 | 0.63 | 0.87 |
| Hex | CA | F3 | CF | 11 | 0 | F | 5 | 7F | 3F | 57 |
| Octal | 312 | 363 | 317 | 21 | 0 | 17 | 5 | 177 | 77 | 127 |
| Binary | 11001010 | 11110011 | 11001111 | 10001 | 0 | 1111 | 101 | 1111111 | 111111 | 1010111 |
Color Harmonies of #CAF3CF
Complementary color
Monochromatic Colors of #CAF3CF
Black with #CAF3CF
Text Example
Text Example
White with #CAF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF3CF; }
p { color: rgb(202,243,207); }
H1.HeaderClassName
{
color: #CAF3CF;
}
.AnyTagClassName
{
color: #CAF3CF;
}
</style>
background-color css
<style>
a { background-color: #CAF3CF; }
a { background-color: rgb(202,243,207); }
div.DivClassName
{
background-color: #CAF3CF;
}
.BgClassName
{
background-color: #CAF3CF;
}
</style>
border-color css
<style>
span { border-color: #CAF3CF; }
span { border-color: rgb(202,243,207); }
td.TdClassName
{
border-color: #CAF3CF;
}
.TagClassName
{
border-color: #CAF3CF;
}
</style>