Shades of Mauve #EDBEFF
Tints of Mauve #EDBEFF
RGB
CMYK
RGB Variations
Color information
#EDBEFF (or 0xEDBEFF) is known color: Mauve. HEX triplet: ED, BE and FF. RGB value is (237,190,255). Sum of RGB (Red+Green+Blue) = 237+190+255=682 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.75% from 682); Green value is 190 (74.61% from 255 or 27.86% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEFF is #124100. Grayscale: #D3D3D3. Windows color (decimal): -1196289 or 16760557. OLE color: 16760557.
HSL color Cylindrical-coordinate representation of color #EDBEFF: hue angle of 283.38º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EDBEFF is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 190 | 255 | - |
| CMYK | 0.07 | 0.25 | 0 | 0 |
| HSL | 283.38º | 1% | 0.87% | - |
| HSV(B) | 283.38º | 0.25% | 1% | - |
| XYZ | 71.39 | 62.05 | 102.82 | - |
| YUV | 211.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 190 | 255 | 0.07 | 0.25 | 0 | 0 | 283.38 | 1 | 0.87 |
| Hex | ED | BE | FF | 7 | 19 | 0 | 0 | 11B | 64 | 57 |
| Octal | 355 | 276 | 377 | 7 | 31 | 0 | 0 | 433 | 144 | 127 |
| Binary | 11101101 | 10111110 | 11111111 | 111 | 11001 | 0 | 0 | 100011011 | 1100100 | 1010111 |
Color Harmonies of #EDBEFF
Complementary color
Monochromatic Colors of #EDBEFF
Black with #EDBEFF
Text Example
Text Example
White with #EDBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBEFF; }
p { color: rgb(237,190,255); }
H1.HeaderClassName
{
color: #EDBEFF;
}
.AnyTagClassName
{
color: #EDBEFF;
}
</style>
background-color css
<style>
a { background-color: #EDBEFF; }
a { background-color: rgb(237,190,255); }
div.DivClassName
{
background-color: #EDBEFF;
}
.BgClassName
{
background-color: #EDBEFF;
}
</style>
border-color css
<style>
span { border-color: #EDBEFF; }
span { border-color: rgb(237,190,255); }
td.TdClassName
{
border-color: #EDBEFF;
}
.TagClassName
{
border-color: #EDBEFF;
}
</style>