Shades of Mauve #EDADFD
Tints of Mauve #EDADFD
RGB
CMYK
RGB Variations
Color information
#EDADFD (or 0xEDADFD) is known color: Mauve. HEX triplet: ED, AD and FD. RGB value is (237,173,253). Sum of RGB (Red+Green+Blue) = 237+173+253=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFD is #125202. Grayscale: #C9C9C9. Windows color (decimal): -1200643 or 16625133. OLE color: 16625133.
HSL color Cylindrical-coordinate representation of color #EDADFD: hue angle of 288º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EDADFD is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 173 | 253 | - |
CMYK | 0.06 | 0.32 | 0 | 0.01 |
HSL | 288º | 0.95% | 0.84% | - |
HSV(B) | 288º | 0.32% | 0.99% | - |
XYZ | 67.6 | 54.98 | 99.98 | - |
YUV | 201.26 | 157.2 | 153.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 173 | 253 | 0.06 | 0.32 | 0 | 0.01 | 288 | 0.95 | 0.84 |
Hex | ED | AD | FD | 6 | 20 | 0 | 1 | 120 | 5F | 54 |
Octal | 355 | 255 | 375 | 6 | 40 | 0 | 1 | 440 | 137 | 124 |
Binary | 11101101 | 10101101 | 11111101 | 110 | 100000 | 0 | 1 | 100100000 | 1011111 | 1010100 |
Color Harmonies of #EDADFD
Complementary color
Monochromatic Colors of #EDADFD
Black with #EDADFD
Text Example
Text Example
White with #EDADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDADFD; }
p { color: rgb(237,173,253); }
H1.HeaderClassName
{
color: #EDADFD;
}
.AnyTagClassName
{
color: #EDADFD;
}
</style>
background-color css
<style>
a { background-color: #EDADFD; }
a { background-color: rgb(237,173,253); }
div.DivClassName
{
background-color: #EDADFD;
}
.BgClassName
{
background-color: #EDADFD;
}
</style>
border-color css
<style>
span { border-color: #EDADFD; }
span { border-color: rgb(237,173,253); }
td.TdClassName
{
border-color: #EDADFD;
}
.TagClassName
{
border-color: #EDADFD;
}
</style>