Shades of Mauve #EDBEFE
Tints of Mauve #EDBEFE
RGB
CMYK
RGB Variations
Color information
#EDBEFE (or 0xEDBEFE) is known color: Mauve. HEX triplet: ED, BE and FE. RGB value is (237,190,254). Sum of RGB (Red+Green+Blue) = 237+190+254=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 190 (74.61% from 255 or 27.90% from 681); Blue value is 254 (99.61% from 255 or 37.30% from 681); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDBEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEFE is #124101. Grayscale: #D3D3D3. Windows color (decimal): -1196290 or 16695021. OLE color: 16695021.
HSL color Cylindrical-coordinate representation of color #EDBEFE: hue angle of 284.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBEFE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 190 | 254 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.00 |
| HSL | 284.06º | 0.97% | 0.87% | - |
| HSV(B) | 284.06º | 0.25% | 1% | - |
| XYZ | 71.23 | 61.99 | 101.98 | - |
| YUV | 211.35 | 152.07 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 254 | 0.07 | 0.25 | 0 | 0.00 | 284.06 | 0.97 | 0.87 |
| Hex | ED | BE | FE | 7 | 19 | 0 | 0 | 11C | 61 | 57 |
| Octal | 355 | 276 | 376 | 7 | 31 | 0 | 0 | 434 | 141 | 127 |
| Binary | 11101101 | 10111110 | 11111110 | 111 | 11001 | 0 | 0 | 100011100 | 1100001 | 1010111 |
Color Harmonies of #EDBEFE
Complementary color
Monochromatic Colors of #EDBEFE
Black with #EDBEFE
Text Example
Text Example
White with #EDBEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEFE; }
p { color: rgb(237,190,254); }
H1.HeaderClassName
{
color: #EDBEFE;
}
.AnyTagClassName
{
color: #EDBEFE;
}
</style>
background-color css
<style>
a { background-color: #EDBEFE; }
a { background-color: rgb(237,190,254); }
div.DivClassName
{
background-color: #EDBEFE;
}
.BgClassName
{
background-color: #EDBEFE;
}
</style>
border-color css
<style>
span { border-color: #EDBEFE; }
span { border-color: rgb(237,190,254); }
td.TdClassName
{
border-color: #EDBEFE;
}
.TagClassName
{
border-color: #EDBEFE;
}
</style>