Shades of Mauve #ECBEFC
Tints of Mauve #ECBEFC
RGB
CMYK
RGB Variations
Color information
#ECBEFC (or 0xECBEFC) is known color: Mauve. HEX triplet: EC, BE and FC. RGB value is (236,190,252). Sum of RGB (Red+Green+Blue) = 236+190+252=678 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.81% from 678); Green value is 190 (74.61% from 255 or 28.02% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEFC is #134103. Grayscale: #D2D2D2. Windows color (decimal): -1261828 or 16563948. OLE color: 16563948.
HSL color Cylindrical-coordinate representation of color #ECBEFC: hue angle of 284.52º degrees, saturation: 0.91, 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 #ECBEFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 190 | 252 | - |
CMYK | 0.06 | 0.25 | 0 | 0.01 |
HSL | 284.52º | 0.91% | 0.87% | - |
HSV(B) | 284.52º | 0.25% | 0.99% | - |
XYZ | 70.58 | 61.69 | 100.28 | - |
YUV | 210.82 | 151.24 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 252 | 0.06 | 0.25 | 0 | 0.01 | 284.52 | 0.91 | 0.87 |
Hex | EC | BE | FC | 6 | 19 | 0 | 1 | 11D | 5B | 57 |
Octal | 354 | 276 | 374 | 6 | 31 | 0 | 1 | 435 | 133 | 127 |
Binary | 11101100 | 10111110 | 11111100 | 110 | 11001 | 0 | 1 | 100011101 | 1011011 | 1010111 |
Color Harmonies of #ECBEFC
Complementary color
Monochromatic Colors of #ECBEFC
Black with #ECBEFC
Text Example
Text Example
White with #ECBEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEFC; }
p { color: rgb(236,190,252); }
H1.HeaderClassName
{
color: #ECBEFC;
}
.AnyTagClassName
{
color: #ECBEFC;
}
</style>
background-color css
<style>
a { background-color: #ECBEFC; }
a { background-color: rgb(236,190,252); }
div.DivClassName
{
background-color: #ECBEFC;
}
.BgClassName
{
background-color: #ECBEFC;
}
</style>
border-color css
<style>
span { border-color: #ECBEFC; }
span { border-color: rgb(236,190,252); }
td.TdClassName
{
border-color: #ECBEFC;
}
.TagClassName
{
border-color: #ECBEFC;
}
</style>