Shades of Granny Apple #CAEDCD
Tints of Granny Apple #CAEDCD
RGB
CMYK
RGB Variations
Color information
#CAEDCD (or 0xCAEDCD) is known color: Granny Apple. HEX triplet: CA, ED and CD. RGB value is (202,237,205). Sum of RGB (Red+Green+Blue) = 202+237+205=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 237 (92.97% from 255 or 36.80% from 644); Blue value is 205 (80.47% from 255 or 31.83% from 644); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDCD is #351232. Grayscale: #DEDEDE. Windows color (decimal): -3478067 or 13495754. OLE color: 13495754.
HSL color Cylindrical-coordinate representation of color #CAEDCD: hue angle of 125.14º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDCD is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 205 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.07 |
| HSL | 125.14º | 0.49% | 0.86% | - |
| HSV(B) | 125.14º | 0.15% | 0.93% | - |
| XYZ | 65.66 | 77.53 | 69.26 | - |
| YUV | 222.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 205 | 0.15 | 0 | 0.14 | 0.07 | 125.14 | 0.49 | 0.86 |
| Hex | CA | ED | CD | F | 0 | E | 7 | 7D | 31 | 56 |
| Octal | 312 | 355 | 315 | 17 | 0 | 16 | 7 | 175 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11001101 | 1111 | 0 | 1110 | 111 | 1111101 | 110001 | 1010110 |
Color Harmonies of #CAEDCD
Complementary color
Monochromatic Colors of #CAEDCD
Black with #CAEDCD
Text Example
Text Example
White with #CAEDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDCD; }
p { color: rgb(202,237,205); }
H1.HeaderClassName
{
color: #CAEDCD;
}
.AnyTagClassName
{
color: #CAEDCD;
}
</style>
background-color css
<style>
a { background-color: #CAEDCD; }
a { background-color: rgb(202,237,205); }
div.DivClassName
{
background-color: #CAEDCD;
}
.BgClassName
{
background-color: #CAEDCD;
}
</style>
border-color css
<style>
span { border-color: #CAEDCD; }
span { border-color: rgb(202,237,205); }
td.TdClassName
{
border-color: #CAEDCD;
}
.TagClassName
{
border-color: #CAEDCD;
}
</style>