Shades of Mauve #ECBEF9
Tints of Mauve #ECBEF9
RGB
CMYK
RGB Variations
Color information
#ECBEF9 (or 0xECBEF9) is known color: Mauve. HEX triplet: EC, BE and F9. RGB value is (236,190,249). Sum of RGB (Red+Green+Blue) = 236+190+249=675 (89% of max value = 765). Red value is 236 (92.58% from 255 or 34.96% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #ECBEF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECBEF9 is #134106. Grayscale: #D2D2D2. Windows color (decimal): -1261831 or 16367340. OLE color: 16367340.
HSL color Cylindrical-coordinate representation of color #ECBEF9: hue angle of 286.78º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECBEF9 is Cyan = 0.05, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 190 | 249 | - |
CMYK | 0.05 | 0.24 | 0 | 0.02 |
HSL | 286.78º | 0.83% | 0.86% | - |
HSV(B) | 286.78º | 0.24% | 0.98% | - |
XYZ | 70.1 | 61.5 | 97.8 | - |
YUV | 210.48 | 149.74 | 146.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 190 | 249 | 0.05 | 0.24 | 0 | 0.02 | 286.78 | 0.83 | 0.86 |
Hex | EC | BE | F9 | 5 | 18 | 0 | 2 | 11F | 53 | 56 |
Octal | 354 | 276 | 371 | 5 | 30 | 0 | 2 | 437 | 123 | 126 |
Binary | 11101100 | 10111110 | 11111001 | 101 | 11000 | 0 | 10 | 100011111 | 1010011 | 1010110 |
Color Harmonies of #ECBEF9
Complementary color
Monochromatic Colors of #ECBEF9
Black with #ECBEF9
Text Example
Text Example
White with #ECBEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBEF9; }
p { color: rgb(236,190,249); }
H1.HeaderClassName
{
color: #ECBEF9;
}
.AnyTagClassName
{
color: #ECBEF9;
}
</style>
background-color css
<style>
a { background-color: #ECBEF9; }
a { background-color: rgb(236,190,249); }
div.DivClassName
{
background-color: #ECBEF9;
}
.BgClassName
{
background-color: #ECBEF9;
}
</style>
border-color css
<style>
span { border-color: #ECBEF9; }
span { border-color: rgb(236,190,249); }
td.TdClassName
{
border-color: #ECBEF9;
}
.TagClassName
{
border-color: #ECBEF9;
}
</style>