Shades of Azalea #EECBCD
Tints of Azalea #EECBCD
RGB
CMYK
RGB Variations
Color information
#EECBCD (or 0xEECBCD) is known color: Azalea. HEX triplet: EE, CB and CD. RGB value is (238,203,205). Sum of RGB (Red+Green+Blue) = 238+203+205=646 (85% of max value = 765). Red value is 238 (93.36% from 255 or 36.84% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 205 (80.47% from 255 or 31.73% from 646); Max value from RGB is 238 - color contains mainly: red. Hex color #EECBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EECBCD is #113432. Grayscale: #D5D5D5. Windows color (decimal): -1127475 or 13487086. OLE color: 13487086.
HSL color Cylindrical-coordinate representation of color #EECBCD: hue angle of 356.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EECBCD is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 203 | 205 | - |
CMYK | 0 | 0.15 | 0.14 | 0.07 |
HSL | 356.57º | 0.51% | 0.86% | - |
HSV(B) | 356.57º | 0.15% | 0.93% | - |
XYZ | 67.64 | 65.3 | 66.8 | - |
YUV | 213.69 | 123.1 | 145.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 203 | 205 | 0 | 0.15 | 0.14 | 0.07 | 356.57 | 0.51 | 0.86 |
Hex | EE | CB | CD | 0 | F | E | 7 | 165 | 33 | 56 |
Octal | 356 | 313 | 315 | 0 | 17 | 16 | 7 | 545 | 63 | 126 |
Binary | 11101110 | 11001011 | 11001101 | 0 | 1111 | 1110 | 111 | 101100101 | 110011 | 1010110 |
Color Harmonies of #EECBCD
Complementary color
Monochromatic Colors of #EECBCD
Black with #EECBCD
Text Example
Text Example
White with #EECBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECBCD; }
p { color: rgb(238,203,205); }
H1.HeaderClassName
{
color: #EECBCD;
}
.AnyTagClassName
{
color: #EECBCD;
}
</style>
background-color css
<style>
a { background-color: #EECBCD; }
a { background-color: rgb(238,203,205); }
div.DivClassName
{
background-color: #EECBCD;
}
.BgClassName
{
background-color: #EECBCD;
}
</style>
border-color css
<style>
span { border-color: #EECBCD; }
span { border-color: rgb(238,203,205); }
td.TdClassName
{
border-color: #EECBCD;
}
.TagClassName
{
border-color: #EECBCD;
}
</style>