Shades of Azalea #EBC9CC
Tints of Azalea #EBC9CC
RGB
CMYK
RGB Variations
Color information
#EBC9CC (or 0xEBC9CC) is known color: Azalea. HEX triplet: EB, C9 and CC. RGB value is (235,201,204). Sum of RGB (Red+Green+Blue) = 235+201+204=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 204 (80.08% from 255 or 31.88% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC9CC is #143633. Grayscale: #D3D3D3. Windows color (decimal): -1324596 or 13421035. OLE color: 13421035.
HSL color Cylindrical-coordinate representation of color #EBC9CC: hue angle of 354.71º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBC9CC is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 201 | 204 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.08 |
| HSL | 354.71º | 0.46% | 0.85% | - |
| HSV(B) | 354.71º | 0.14% | 0.92% | - |
| XYZ | 66.05 | 63.8 | 65.96 | - |
| YUV | 211.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 201 | 204 | 0 | 0.14 | 0.13 | 0.08 | 354.71 | 0.46 | 0.85 |
| Hex | EB | C9 | CC | 0 | E | D | 8 | 163 | 2E | 55 |
| Octal | 353 | 311 | 314 | 0 | 16 | 15 | 10 | 543 | 56 | 125 |
| Binary | 11101011 | 11001001 | 11001100 | 0 | 1110 | 1101 | 1000 | 101100011 | 101110 | 1010101 |
Color Harmonies of #EBC9CC
Complementary color
Monochromatic Colors of #EBC9CC
Black with #EBC9CC
Text Example
Text Example
White with #EBC9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC9CC; }
p { color: rgb(235,201,204); }
H1.HeaderClassName
{
color: #EBC9CC;
}
.AnyTagClassName
{
color: #EBC9CC;
}
</style>
background-color css
<style>
a { background-color: #EBC9CC; }
a { background-color: rgb(235,201,204); }
div.DivClassName
{
background-color: #EBC9CC;
}
.BgClassName
{
background-color: #EBC9CC;
}
</style>
border-color css
<style>
span { border-color: #EBC9CC; }
span { border-color: rgb(235,201,204); }
td.TdClassName
{
border-color: #EBC9CC;
}
.TagClassName
{
border-color: #EBC9CC;
}
</style>