Shades of Mauve #ECBDFD
Tints of Mauve #ECBDFD
RGB
CMYK
RGB Variations
Color information
#ECBDFD (or 0xECBDFD) is known color: Mauve. HEX triplet: EC, BD and FD. RGB value is (236,189,253). Sum of RGB (Red+Green+Blue) = 236+189+253=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 189 (74.22% from 255 or 27.88% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBDFD is #134202. Grayscale: #D2D2D2. Windows color (decimal): -1262083 or 16629228. OLE color: 16629228.
HSL color Cylindrical-coordinate representation of color #ECBDFD: hue angle of 284.06º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBDFD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 189 | 253 | - |
CMYK | 0.07 | 0.25 | 0 | 0.01 |
HSL | 284.06º | 0.94% | 0.87% | - |
HSV(B) | 284.06º | 0.25% | 0.99% | - |
XYZ | 70.52 | 61.32 | 101.05 | - |
YUV | 210.35 | 152.07 | 146.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 189 | 253 | 0.07 | 0.25 | 0 | 0.01 | 284.06 | 0.94 | 0.87 |
Hex | EC | BD | FD | 7 | 19 | 0 | 1 | 11C | 5E | 57 |
Octal | 354 | 275 | 375 | 7 | 31 | 0 | 1 | 434 | 136 | 127 |
Binary | 11101100 | 10111101 | 11111101 | 111 | 11001 | 0 | 1 | 100011100 | 1011110 | 1010111 |
Color Harmonies of #ECBDFD
Complementary color
Monochromatic Colors of #ECBDFD
Black with #ECBDFD
Text Example
Text Example
White with #ECBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDFD; }
p { color: rgb(236,189,253); }
H1.HeaderClassName
{
color: #ECBDFD;
}
.AnyTagClassName
{
color: #ECBDFD;
}
</style>
background-color css
<style>
a { background-color: #ECBDFD; }
a { background-color: rgb(236,189,253); }
div.DivClassName
{
background-color: #ECBDFD;
}
.BgClassName
{
background-color: #ECBDFD;
}
</style>
border-color css
<style>
span { border-color: #ECBDFD; }
span { border-color: rgb(236,189,253); }
td.TdClassName
{
border-color: #ECBDFD;
}
.TagClassName
{
border-color: #ECBDFD;
}
</style>