Shades of Granny Apple #CAE4D0
Tints of Granny Apple #CAE4D0
RGB
CMYK
RGB Variations
Color information
#CAE4D0 (or 0xCAE4D0) is known color: Granny Apple. HEX triplet: CA, E4 and D0. RGB value is (202,228,208). Sum of RGB (Red+Green+Blue) = 202+228+208=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 228 (89.45% from 255 or 35.74% from 638); Blue value is 208 (81.64% from 255 or 32.60% from 638); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE4D0 is #351B2F. Grayscale: #D9D9D9. Windows color (decimal): -3480368 or 13690058. OLE color: 13690058.
HSL color Cylindrical-coordinate representation of color #CAE4D0: hue angle of 133.85º 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 #CAE4D0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 228 | 208 | - |
CMYK | 0.11 | 0 | 0.09 | 0.11 |
HSL | 133.85º | 0.33% | 0.84% | - |
HSV(B) | 133.85º | 0.11% | 0.89% | - |
XYZ | 63.49 | 72.6 | 70.34 | - |
YUV | 217.95 | 122.39 | 116.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 228 | 208 | 0.11 | 0 | 0.09 | 0.11 | 133.85 | 0.33 | 0.84 |
Hex | CA | E4 | D0 | B | 0 | 9 | B | 86 | 20 | 54 |
Octal | 312 | 344 | 320 | 13 | 0 | 11 | 13 | 206 | 40 | 124 |
Binary | 11001010 | 11100100 | 11010000 | 1011 | 0 | 1001 | 1011 | 10000110 | 100000 | 1010100 |
Color Harmonies of #CAE4D0
Complementary color
Monochromatic Colors of #CAE4D0
Black with #CAE4D0
Text Example
Text Example
White with #CAE4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE4D0; }
p { color: rgb(202,228,208); }
H1.HeaderClassName
{
color: #CAE4D0;
}
.AnyTagClassName
{
color: #CAE4D0;
}
</style>
background-color css
<style>
a { background-color: #CAE4D0; }
a { background-color: rgb(202,228,208); }
div.DivClassName
{
background-color: #CAE4D0;
}
.BgClassName
{
background-color: #CAE4D0;
}
</style>
border-color css
<style>
span { border-color: #CAE4D0; }
span { border-color: rgb(202,228,208); }
td.TdClassName
{
border-color: #CAE4D0;
}
.TagClassName
{
border-color: #CAE4D0;
}
</style>