Shades of Mauve #ECBCFD
Tints of Mauve #ECBCFD
RGB
CMYK
RGB Variations
Color information
#ECBCFD (or 0xECBCFD) is known color: Mauve. HEX triplet: EC, BC and FD. RGB value is (236,188,253). Sum of RGB (Red+Green+Blue) = 236+188+253=677 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.86% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBCFD is #134302. Grayscale: #D1D1D1. Windows color (decimal): -1262339 or 16628972. OLE color: 16628972.
HSL color Cylindrical-coordinate representation of color #ECBCFD: hue angle of 284.31º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ECBCFD is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 188 | 253 | - |
CMYK | 0.07 | 0.26 | 0 | 0.01 |
HSL | 284.31º | 0.94% | 0.86% | - |
HSV(B) | 284.31º | 0.26% | 0.99% | - |
XYZ | 70.3 | 60.89 | 100.98 | - |
YUV | 209.76 | 152.4 | 146.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 188 | 253 | 0.07 | 0.26 | 0 | 0.01 | 284.31 | 0.94 | 0.86 |
Hex | EC | BC | FD | 7 | 1A | 0 | 1 | 11C | 5E | 56 |
Octal | 354 | 274 | 375 | 7 | 32 | 0 | 1 | 434 | 136 | 126 |
Binary | 11101100 | 10111100 | 11111101 | 111 | 11010 | 0 | 1 | 100011100 | 1011110 | 1010110 |
Color Harmonies of #ECBCFD
Complementary color
Monochromatic Colors of #ECBCFD
Black with #ECBCFD
Text Example
Text Example
White with #ECBCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBCFD; }
p { color: rgb(236,188,253); }
H1.HeaderClassName
{
color: #ECBCFD;
}
.AnyTagClassName
{
color: #ECBCFD;
}
</style>
background-color css
<style>
a { background-color: #ECBCFD; }
a { background-color: rgb(236,188,253); }
div.DivClassName
{
background-color: #ECBCFD;
}
.BgClassName
{
background-color: #ECBCFD;
}
</style>
border-color css
<style>
span { border-color: #ECBCFD; }
span { border-color: rgb(236,188,253); }
td.TdClassName
{
border-color: #ECBCFD;
}
.TagClassName
{
border-color: #ECBCFD;
}
</style>