Shades of Mauve #ECB7FF
Tints of Mauve #ECB7FF
RGB
CMYK
RGB Variations
Color information
#ECB7FF (or 0xECB7FF) is known color: Mauve. HEX triplet: EC, B7 and FF. RGB value is (236,183,255). Sum of RGB (Red+Green+Blue) = 236+183+255=674 (89% of max value = 765). Red value is 236 (92.58% from 255 or 35.01% from 674); Green value is 183 (71.88% from 255 or 27.15% from 674); Blue value is 255 (100% from 255 or 37.83% from 674); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECB7FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECB7FF is #134800. Grayscale: #CECECE. Windows color (decimal): -1263617 or 16758764. OLE color: 16758764.
HSL color Cylindrical-coordinate representation of color #ECB7FF: hue angle of 284.17º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ECB7FF is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 236 | 183 | 255 | - |
CMYK | 0.07 | 0.28 | 0 | 0 |
HSL | 284.17º | 1% | 0.86% | - |
HSV(B) | 284.17º | 0.28% | 1% | - |
XYZ | 69.58 | 58.92 | 102.31 | - |
YUV | 207.06 | 155.06 | 148.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 183 | 255 | 0.07 | 0.28 | 0 | 0 | 284.17 | 1 | 0.86 |
Hex | EC | B7 | FF | 7 | 1C | 0 | 0 | 11C | 64 | 56 |
Octal | 354 | 267 | 377 | 7 | 34 | 0 | 0 | 434 | 144 | 126 |
Binary | 11101100 | 10110111 | 11111111 | 111 | 11100 | 0 | 0 | 100011100 | 1100100 | 1010110 |
Color Harmonies of #ECB7FF
Complementary color
Monochromatic Colors of #ECB7FF
Black with #ECB7FF
Text Example
Text Example
White with #ECB7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7FF; }
p { color: rgb(236,183,255); }
H1.HeaderClassName
{
color: #ECB7FF;
}
.AnyTagClassName
{
color: #ECB7FF;
}
</style>
background-color css
<style>
a { background-color: #ECB7FF; }
a { background-color: rgb(236,183,255); }
div.DivClassName
{
background-color: #ECB7FF;
}
.BgClassName
{
background-color: #ECB7FF;
}
</style>
border-color css
<style>
span { border-color: #ECB7FF; }
span { border-color: rgb(236,183,255); }
td.TdClassName
{
border-color: #ECB7FF;
}
.TagClassName
{
border-color: #ECB7FF;
}
</style>