Shades of Granny Apple #CAE4CD
Tints of Granny Apple #CAE4CD
RGB
CMYK
RGB Variations
Color information
#CAE4CD (or 0xCAE4CD) is known color: Granny Apple. HEX triplet: CA, E4 and CD. RGB value is (202,228,205). Sum of RGB (Red+Green+Blue) = 202+228+205=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 228 (89.45% from 255 or 35.91% from 635); Blue value is 205 (80.47% from 255 or 32.28% from 635); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4CD is #351B32. Grayscale: #D9D9D9. Windows color (decimal): -3480371 or 13493450. OLE color: 13493450.
HSL color Cylindrical-coordinate representation of color #CAE4CD: hue angle of 126.92º degrees, saturation: 0.32, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAE4CD is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 228 | 205 | - |
CMYK | 0.11 | 0 | 0.10 | 0.11 |
HSL | 126.92º | 0.33% | 0.84% | - |
HSV(B) | 126.92º | 0.11% | 0.89% | - |
XYZ | 63.12 | 72.45 | 68.42 | - |
YUV | 217.6 | 120.89 | 116.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 228 | 205 | 0.11 | 0 | 0.10 | 0.11 | 126.92 | 0.33 | 0.84 |
Hex | CA | E4 | CD | B | 0 | A | B | 7F | 20 | 54 |
Octal | 312 | 344 | 315 | 13 | 0 | 12 | 13 | 177 | 40 | 124 |
Binary | 11001010 | 11100100 | 11001101 | 1011 | 0 | 1010 | 1011 | 1111111 | 100000 | 1010100 |
Color Harmonies of #CAE4CD
Complementary color
Monochromatic Colors of #CAE4CD
Black with #CAE4CD
Text Example
Text Example
White with #CAE4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4CD; }
p { color: rgb(202,228,205); }
H1.HeaderClassName
{
color: #CAE4CD;
}
.AnyTagClassName
{
color: #CAE4CD;
}
</style>
background-color css
<style>
a { background-color: #CAE4CD; }
a { background-color: rgb(202,228,205); }
div.DivClassName
{
background-color: #CAE4CD;
}
.BgClassName
{
background-color: #CAE4CD;
}
</style>
border-color css
<style>
span { border-color: #CAE4CD; }
span { border-color: rgb(202,228,205); }
td.TdClassName
{
border-color: #CAE4CD;
}
.TagClassName
{
border-color: #CAE4CD;
}
</style>