Shades of Granny Apple #CAF4D4
Tints of Granny Apple #CAF4D4
RGB
CMYK
RGB Variations
Color information
#CAF4D4 (or 0xCAF4D4) is known color: Granny Apple. HEX triplet: CA, F4 and D4. RGB value is (202,244,212). Sum of RGB (Red+Green+Blue) = 202+244+212=658 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.70% from 658); Green value is 244 (95.70% from 255 or 37.08% from 658); Blue value is 212 (83.20% from 255 or 32.22% from 658); Max value from RGB is 244 - color contains mainly: green. Hex color #CAF4D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF4D4 is #350B2B. Grayscale: #E3E3E3. Windows color (decimal): -3476268 or 13956298. OLE color: 13956298.
HSL color Cylindrical-coordinate representation of color #CAF4D4: hue angle of 134.29º degrees, saturation: 0.66, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CAF4D4 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
RGB | 202 | 244 | 212 | - |
CMYK | 0.17 | 0 | 0.13 | 0.04 |
HSL | 134.29º | 0.66% | 0.87% | - |
HSV(B) | 134.29º | 0.17% | 0.96% | - |
XYZ | 68.59 | 82.01 | 74.5 | - |
YUV | 227.79 | 119.09 | 109.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 244 | 212 | 0.17 | 0 | 0.13 | 0.04 | 134.29 | 0.66 | 0.87 |
Hex | CA | F4 | D4 | 11 | 0 | D | 4 | 86 | 42 | 57 |
Octal | 312 | 364 | 324 | 21 | 0 | 15 | 4 | 206 | 102 | 127 |
Binary | 11001010 | 11110100 | 11010100 | 10001 | 0 | 1101 | 100 | 10000110 | 1000010 | 1010111 |
Color Harmonies of #CAF4D4
Complementary color
Monochromatic Colors of #CAF4D4
Black with #CAF4D4
Text Example
Text Example
White with #CAF4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAF4D4; }
p { color: rgb(202,244,212); }
H1.HeaderClassName
{
color: #CAF4D4;
}
.AnyTagClassName
{
color: #CAF4D4;
}
</style>
background-color css
<style>
a { background-color: #CAF4D4; }
a { background-color: rgb(202,244,212); }
div.DivClassName
{
background-color: #CAF4D4;
}
.BgClassName
{
background-color: #CAF4D4;
}
</style>
border-color css
<style>
span { border-color: #CAF4D4; }
span { border-color: rgb(202,244,212); }
td.TdClassName
{
border-color: #CAF4D4;
}
.TagClassName
{
border-color: #CAF4D4;
}
</style>