Shades of Azalea #E6C7CA
Tints of Azalea #E6C7CA
RGB
CMYK
RGB Variations
Color information
#E6C7CA (or 0xE6C7CA) is known color: Azalea. HEX triplet: E6, C7 and CA. RGB value is (230,199,202). Sum of RGB (Red+Green+Blue) = 230+199+202=631 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.45% from 631); Green value is 199 (78.12% from 255 or 31.54% from 631); Blue value is 202 (79.30% from 255 or 32.01% from 631); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C7CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C7CA is #193835. Grayscale: #D0D0D0. Windows color (decimal): -1652790 or 13289446. OLE color: 13289446.
HSL color Cylindrical-coordinate representation of color #E6C7CA: hue angle of 354.19º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6C7CA is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 199 | 202 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.10 |
| HSL | 354.19º | 0.38% | 0.84% | - |
| HSV(B) | 354.19º | 0.13% | 0.9% | - |
| XYZ | 63.72 | 61.93 | 64.47 | - |
| YUV | 208.61 | 124.27 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 199 | 202 | 0 | 0.13 | 0.12 | 0.10 | 354.19 | 0.38 | 0.84 |
| Hex | E6 | C7 | CA | 0 | D | C | A | 162 | 26 | 54 |
| Octal | 346 | 307 | 312 | 0 | 15 | 14 | 12 | 542 | 46 | 124 |
| Binary | 11100110 | 11000111 | 11001010 | 0 | 1101 | 1100 | 1010 | 101100010 | 100110 | 1010100 |
Color Harmonies of #E6C7CA
Complementary color
Monochromatic Colors of #E6C7CA
Black with #E6C7CA
Text Example
Text Example
White with #E6C7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C7CA; }
p { color: rgb(230,199,202); }
H1.HeaderClassName
{
color: #E6C7CA;
}
.AnyTagClassName
{
color: #E6C7CA;
}
</style>
background-color css
<style>
a { background-color: #E6C7CA; }
a { background-color: rgb(230,199,202); }
div.DivClassName
{
background-color: #E6C7CA;
}
.BgClassName
{
background-color: #E6C7CA;
}
</style>
border-color css
<style>
span { border-color: #E6C7CA; }
span { border-color: rgb(230,199,202); }
td.TdClassName
{
border-color: #E6C7CA;
}
.TagClassName
{
border-color: #E6C7CA;
}
</style>