Shades of Azalea #E6C8CA
Tints of Azalea #E6C8CA
RGB
CMYK
RGB Variations
Color information
#E6C8CA (or 0xE6C8CA) is known color: Azalea. HEX triplet: E6, C8 and CA. RGB value is (230,200,202). Sum of RGB (Red+Green+Blue) = 230+200+202=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 200 (78.52% from 255 or 31.65% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8CA is #193735. Grayscale: #D1D1D1. Windows color (decimal): -1652534 or 13289702. OLE color: 13289702.
HSL color Cylindrical-coordinate representation of color #E6C8CA: hue angle of 356º 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 #E6C8CA is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 202 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.10 |
| HSL | 356º | 0.38% | 0.84% | - |
| HSV(B) | 356º | 0.13% | 0.9% | - |
| XYZ | 63.95 | 62.4 | 64.55 | - |
| YUV | 209.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 202 | 0 | 0.13 | 0.12 | 0.10 | 356 | 0.38 | 0.84 |
| Hex | E6 | C8 | CA | 0 | D | C | A | 164 | 26 | 54 |
| Octal | 346 | 310 | 312 | 0 | 15 | 14 | 12 | 544 | 46 | 124 |
| Binary | 11100110 | 11001000 | 11001010 | 0 | 1101 | 1100 | 1010 | 101100100 | 100110 | 1010100 |
Color Harmonies of #E6C8CA
Complementary color
Monochromatic Colors of #E6C8CA
Black with #E6C8CA
Text Example
Text Example
White with #E6C8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8CA; }
p { color: rgb(230,200,202); }
H1.HeaderClassName
{
color: #E6C8CA;
}
.AnyTagClassName
{
color: #E6C8CA;
}
</style>
background-color css
<style>
a { background-color: #E6C8CA; }
a { background-color: rgb(230,200,202); }
div.DivClassName
{
background-color: #E6C8CA;
}
.BgClassName
{
background-color: #E6C8CA;
}
</style>
border-color css
<style>
span { border-color: #E6C8CA; }
span { border-color: rgb(230,200,202); }
td.TdClassName
{
border-color: #E6C8CA;
}
.TagClassName
{
border-color: #E6C8CA;
}
</style>