#EDB0FC

Color #EDB0FC Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #EDB0FC

Tints of Mauve #EDB0FC

Color information

#EDB0FC (or 0xEDB0FC) is unknown color: approx Mauve. HEX triplet: ED, B0 and FC. RGB value is (237,176,252). Sum of RGB (Red+Green+Blue) = 237+176+252=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 176 (69.14% from 255 or 26.47% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDB0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FC is #124F03. Grayscale: #CACACA. Windows color (decimal): -1199876 or 16560365. OLE color: 16560365.

HSL color Cylindrical-coordinate representation of color #EDB0FC: hue angle of 288.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB0FC is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237176252-
CMYK0.060.3000.01
HSL288.16º92.68%83.92%-
HSV(B)288.16º30.16%98.82%-
XYZ68.0256.0899.34-
YUV202.9155.71152.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 35.64%
GREEN value IS 176 (69.14% from 255) = 26.47%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=35.64%
G=26.47%
B=37.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2371762520.060.3000.01288.1692.6883.92
HexEDB0FC61E011205d54
Octal35526037463601440135124
Binary111011011011000011111100110111100110010000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDB0FC; }

 p { color: rgb(237,176,252); }

 H1.HeaderClassName
 {
   color: #EDB0FC;
 }
 .AnyTagClassName
 {
   color: #EDB0FC;
 }
</style>
background-color css

<style>
 a { background-color: #EDB0FC; }

 a { background-color: rgb(237,176,252); }

 div.DivClassName
 {
   background-color: #EDB0FC;
 }
 .BgClassName
 {
   background-color: #EDB0FC;
 }
</style>
border-color css

<style>
 span { border-color: #EDB0FC; }

 span { border-color: rgb(237,176,252); }

 td.TdClassName
 {
   border-color: #EDB0FC;
 }
 .TagClassName
 {
   border-color: #EDB0FC;
 }
</style>