Shades of Granny Apple #CAEDCC
Tints of Granny Apple #CAEDCC
RGB
CMYK
RGB Variations
Color information
#CAEDCC (or 0xCAEDCC) is known color: Granny Apple. HEX triplet: CA, ED and CC. RGB value is (202,237,204). Sum of RGB (Red+Green+Blue) = 202+237+204=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 204 (80.08% from 255 or 31.73% from 643); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDCC is #351233. Grayscale: #DEDEDE. Windows color (decimal): -3478068 or 13430218. OLE color: 13430218.
HSL color Cylindrical-coordinate representation of color #CAEDCC: hue angle of 123.43º 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 #CAEDCC is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 204 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.07 |
| HSL | 123.43º | 0.49% | 0.86% | - |
| HSV(B) | 123.43º | 0.15% | 0.93% | - |
| XYZ | 65.54 | 77.48 | 68.63 | - |
| YUV | 222.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 204 | 0.15 | 0 | 0.14 | 0.07 | 123.43 | 0.49 | 0.86 |
| Hex | CA | ED | CC | F | 0 | E | 7 | 7B | 31 | 56 |
| Octal | 312 | 355 | 314 | 17 | 0 | 16 | 7 | 173 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11001100 | 1111 | 0 | 1110 | 111 | 1111011 | 110001 | 1010110 |
Color Harmonies of #CAEDCC
Complementary color
Monochromatic Colors of #CAEDCC
Black with #CAEDCC
Text Example
Text Example
White with #CAEDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDCC; }
p { color: rgb(202,237,204); }
H1.HeaderClassName
{
color: #CAEDCC;
}
.AnyTagClassName
{
color: #CAEDCC;
}
</style>
background-color css
<style>
a { background-color: #CAEDCC; }
a { background-color: rgb(202,237,204); }
div.DivClassName
{
background-color: #CAEDCC;
}
.BgClassName
{
background-color: #CAEDCC;
}
</style>
border-color css
<style>
span { border-color: #CAEDCC; }
span { border-color: rgb(202,237,204); }
td.TdClassName
{
border-color: #CAEDCC;
}
.TagClassName
{
border-color: #CAEDCC;
}
</style>