Shades of Granny Apple #CAECCC
Tints of Granny Apple #CAECCC
RGB
CMYK
RGB Variations
Color information
#CAECCC (or 0xCAECCC) is known color: Granny Apple. HEX triplet: CA, EC and CC. RGB value is (202,236,204). Sum of RGB (Red+Green+Blue) = 202+236+204=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECCC is #351333. Grayscale: #DEDEDE. Windows color (decimal): -3478324 or 13429962. OLE color: 13429962.
HSL color Cylindrical-coordinate representation of color #CAECCC: hue angle of 123.53º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAECCC is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 236 | 204 | - |
CMYK | 0.14 | 0 | 0.14 | 0.07 |
HSL | 123.53º | 0.47% | 0.86% | - |
HSV(B) | 123.53º | 0.14% | 0.93% | - |
XYZ | 65.25 | 76.91 | 68.53 | - |
YUV | 222.19 | 117.74 | 113.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 236 | 204 | 0.14 | 0 | 0.14 | 0.07 | 123.53 | 0.47 | 0.86 |
Hex | CA | EC | CC | E | 0 | E | 7 | 7C | 2F | 56 |
Octal | 312 | 354 | 314 | 16 | 0 | 16 | 7 | 174 | 57 | 126 |
Binary | 11001010 | 11101100 | 11001100 | 1110 | 0 | 1110 | 111 | 1111100 | 101111 | 1010110 |
Color Harmonies of #CAECCC
Complementary color
Monochromatic Colors of #CAECCC
Black with #CAECCC
Text Example
Text Example
White with #CAECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECCC; }
p { color: rgb(202,236,204); }
H1.HeaderClassName
{
color: #CAECCC;
}
.AnyTagClassName
{
color: #CAECCC;
}
</style>
background-color css
<style>
a { background-color: #CAECCC; }
a { background-color: rgb(202,236,204); }
div.DivClassName
{
background-color: #CAECCC;
}
.BgClassName
{
background-color: #CAECCC;
}
</style>
border-color css
<style>
span { border-color: #CAECCC; }
span { border-color: rgb(202,236,204); }
td.TdClassName
{
border-color: #CAECCC;
}
.TagClassName
{
border-color: #CAECCC;
}
</style>