Shades of Granny Apple #CAEDCE
Tints of Granny Apple #CAEDCE
RGB
CMYK
RGB Variations
Color information
#CAEDCE (or 0xCAEDCE) is known color: Granny Apple. HEX triplet: CA, ED and CE. RGB value is (202,237,206). Sum of RGB (Red+Green+Blue) = 202+237+206=645 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.32% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 206 (80.86% from 255 or 31.94% from 645); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDCE is #351231. Grayscale: #DFDFDF. Windows color (decimal): -3478066 or 13561290. OLE color: 13561290.
HSL color Cylindrical-coordinate representation of color #CAEDCE: hue angle of 126.86º 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 #CAEDCE is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 206 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.07 |
| HSL | 126.86º | 0.49% | 0.86% | - |
| HSV(B) | 126.86º | 0.15% | 0.93% | - |
| XYZ | 65.78 | 77.58 | 69.9 | - |
| YUV | 223 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 206 | 0.15 | 0 | 0.13 | 0.07 | 126.86 | 0.49 | 0.86 |
| Hex | CA | ED | CE | F | 0 | D | 7 | 7F | 31 | 56 |
| Octal | 312 | 355 | 316 | 17 | 0 | 15 | 7 | 177 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11001110 | 1111 | 0 | 1101 | 111 | 1111111 | 110001 | 1010110 |
Color Harmonies of #CAEDCE
Complementary color
Monochromatic Colors of #CAEDCE
Black with #CAEDCE
Text Example
Text Example
White with #CAEDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDCE; }
p { color: rgb(202,237,206); }
H1.HeaderClassName
{
color: #CAEDCE;
}
.AnyTagClassName
{
color: #CAEDCE;
}
</style>
background-color css
<style>
a { background-color: #CAEDCE; }
a { background-color: rgb(202,237,206); }
div.DivClassName
{
background-color: #CAEDCE;
}
.BgClassName
{
background-color: #CAEDCE;
}
</style>
border-color css
<style>
span { border-color: #CAEDCE; }
span { border-color: rgb(202,237,206); }
td.TdClassName
{
border-color: #CAEDCE;
}
.TagClassName
{
border-color: #CAEDCE;
}
</style>