Shades of Azalea #E6C8CB
Tints of Azalea #E6C8CB
RGB
CMYK
RGB Variations
Color information
#E6C8CB (or 0xE6C8CB) is known color: Azalea. HEX triplet: E6, C8 and CB. RGB value is (230,200,203). Sum of RGB (Red+Green+Blue) = 230+200+203=633 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.33% from 633); Green value is 200 (78.52% from 255 or 31.60% from 633); Blue value is 203 (79.69% from 255 or 32.07% from 633); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C8CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6C8CB is #193734. Grayscale: #D1D1D1. Windows color (decimal): -1652533 or 13355238. OLE color: 13355238.
HSL color Cylindrical-coordinate representation of color #E6C8CB: hue angle of 354º 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 #E6C8CB is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 200 | 203 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.10 |
| HSL | 354º | 0.38% | 0.84% | - |
| HSV(B) | 354º | 0.13% | 0.9% | - |
| XYZ | 64.07 | 62.44 | 65.18 | - |
| YUV | 209.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 200 | 203 | 0 | 0.13 | 0.12 | 0.10 | 354 | 0.38 | 0.84 |
| Hex | E6 | C8 | CB | 0 | D | C | A | 162 | 26 | 54 |
| Octal | 346 | 310 | 313 | 0 | 15 | 14 | 12 | 542 | 46 | 124 |
| Binary | 11100110 | 11001000 | 11001011 | 0 | 1101 | 1100 | 1010 | 101100010 | 100110 | 1010100 |
Color Harmonies of #E6C8CB
Complementary color
Monochromatic Colors of #E6C8CB
Black with #E6C8CB
Text Example
Text Example
White with #E6C8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C8CB; }
p { color: rgb(230,200,203); }
H1.HeaderClassName
{
color: #E6C8CB;
}
.AnyTagClassName
{
color: #E6C8CB;
}
</style>
background-color css
<style>
a { background-color: #E6C8CB; }
a { background-color: rgb(230,200,203); }
div.DivClassName
{
background-color: #E6C8CB;
}
.BgClassName
{
background-color: #E6C8CB;
}
</style>
border-color css
<style>
span { border-color: #E6C8CB; }
span { border-color: rgb(230,200,203); }
td.TdClassName
{
border-color: #E6C8CB;
}
.TagClassName
{
border-color: #E6C8CB;
}
</style>