Shades of Mauve #ECBEFD
Tints of Mauve #ECBEFD
RGB
CMYK
RGB Variations
Color information
#ECBEFD (or 0xECBEFD) is known color: Mauve. HEX triplet: EC, BE and FD. RGB value is (236,190,253). Sum of RGB (Red+Green+Blue) = 236+190+253=679 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.76% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECBEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEFD is #134102. Grayscale: #D2D2D2. Windows color (decimal): -1261827 or 16629484. OLE color: 16629484.
HSL color Cylindrical-coordinate representation of color #ECBEFD: hue angle of 283.81º 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 #ECBEFD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 190 | 253 | - |
CMYK | 0.07 | 0.25 | 0 | 0.01 |
HSL | 283.81º | 0.94% | 0.87% | - |
HSV(B) | 283.81º | 0.25% | 0.99% | - |
XYZ | 70.74 | 61.75 | 101.12 | - |
YUV | 210.94 | 151.74 | 145.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 253 | 0.07 | 0.25 | 0 | 0.01 | 283.81 | 0.94 | 0.87 |
Hex | EC | BE | FD | 7 | 19 | 0 | 1 | 11C | 5E | 57 |
Octal | 354 | 276 | 375 | 7 | 31 | 0 | 1 | 434 | 136 | 127 |
Binary | 11101100 | 10111110 | 11111101 | 111 | 11001 | 0 | 1 | 100011100 | 1011110 | 1010111 |
Color Harmonies of #ECBEFD
Complementary color
Monochromatic Colors of #ECBEFD
Black with #ECBEFD
Text Example
Text Example
White with #ECBEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEFD; }
p { color: rgb(236,190,253); }
H1.HeaderClassName
{
color: #ECBEFD;
}
.AnyTagClassName
{
color: #ECBEFD;
}
</style>
background-color css
<style>
a { background-color: #ECBEFD; }
a { background-color: rgb(236,190,253); }
div.DivClassName
{
background-color: #ECBEFD;
}
.BgClassName
{
background-color: #ECBEFD;
}
</style>
border-color css
<style>
span { border-color: #ECBEFD; }
span { border-color: rgb(236,190,253); }
td.TdClassName
{
border-color: #ECBEFD;
}
.TagClassName
{
border-color: #ECBEFD;
}
</style>