Shades of Granny Apple #CAE2D3
Tints of Granny Apple #CAE2D3
RGB
CMYK
RGB Variations
Color information
#CAE2D3 (or 0xCAE2D3) is known color: Granny Apple. HEX triplet: CA, E2 and D3. RGB value is (202,226,211). Sum of RGB (Red+Green+Blue) = 202+226+211=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 226 (88.67% from 255 or 35.37% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 226 - color contains mainly: green. Hex color #CAE2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAE2D3 is #351D2C. Grayscale: #D9D9D9. Windows color (decimal): -3480877 or 13886154. OLE color: 13886154.
HSL color Cylindrical-coordinate representation of color #CAE2D3: hue angle of 142.5º degrees, saturation: 0.29, 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 #CAE2D3 is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 226 | 211 | - |
CMYK | 0.11 | 0 | 0.07 | 0.11 |
HSL | 142.5º | 0.29% | 0.84% | - |
HSV(B) | 142.5º | 0.11% | 0.89% | - |
XYZ | 63.31 | 71.65 | 72.12 | - |
YUV | 217.11 | 124.55 | 117.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 226 | 211 | 0.11 | 0 | 0.07 | 0.11 | 142.5 | 0.29 | 0.84 |
Hex | CA | E2 | D3 | B | 0 | 7 | B | 8E | 1D | 54 |
Octal | 312 | 342 | 323 | 13 | 0 | 7 | 13 | 216 | 35 | 124 |
Binary | 11001010 | 11100010 | 11010011 | 1011 | 0 | 111 | 1011 | 10001110 | 11101 | 1010100 |
Color Harmonies of #CAE2D3
Complementary color
Monochromatic Colors of #CAE2D3
Black with #CAE2D3
Text Example
Text Example
White with #CAE2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAE2D3; }
p { color: rgb(202,226,211); }
H1.HeaderClassName
{
color: #CAE2D3;
}
.AnyTagClassName
{
color: #CAE2D3;
}
</style>
background-color css
<style>
a { background-color: #CAE2D3; }
a { background-color: rgb(202,226,211); }
div.DivClassName
{
background-color: #CAE2D3;
}
.BgClassName
{
background-color: #CAE2D3;
}
</style>
border-color css
<style>
span { border-color: #CAE2D3; }
span { border-color: rgb(202,226,211); }
td.TdClassName
{
border-color: #CAE2D3;
}
.TagClassName
{
border-color: #CAE2D3;
}
</style>