Html Css Color HEX #EDB5FD Mauve

📋 copy color: '#EDB5FD'

red 237 ◦ green 181 ◦ blue 253

#EDB5FD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #EDB5FD

Tints of Mauve #EDB5FD

RGB

 RED value IS 237 (92.97% from 255) = 35.32%

 GREEN value IS 181 (71.09% from 255) = 26.97%

 BLUE value IS 253 (99.22% from 255) = 37.7%

R = 35.32%
G = 26.97%
B = 37.7%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDB5FD (or 0xEDB5FD) is known color: Mauve. HEX triplet: ED, B5 and FD. RGB value is (237,181,253). Sum of RGB (Red+Green+Blue) = 237+181+253=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 181 (71.09% from 255 or 26.97% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB5FD is #124A02. Grayscale: #CDCDCD. Windows color (decimal): -1198595 or 16627181. OLE color: 16627181.

HSL color Cylindrical-coordinate representation of color #EDB5FD: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB5FD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 181 253 -
CMYK 0.06 0.28 0 0.01
HSL 286.67º 0.95% 0.85% -
HSV(B) 286.67º 0.28% 0.99% -
XYZ 69.18 58.14 100.51 -
YUV 205.95 154.55 150.15 -
System Red Green Blue C M Y K H S L
Decimal 237 181 253 0.06 0.28 0 0.01 286.67 0.95 0.85
Hex ED B5 FD 6 1C 0 1 11F 5F 55
Octal 355 265 375 6 34 0 1 437 137 125
Binary 11101101 10110101 11111101 110 11100 0 1 100011111 1011111 1010101

Color Harmonies of #EDB5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB5FD

Black with #EDB5FD

Text Example


Text Example

White with #EDB5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB5FD; }

 p { color: rgb(237,181,253); }

 H1.HeaderClassName
 {
   color: #EDB5FD;
 }
 .AnyTagClassName
 {
   color: #EDB5FD;
 }
</style>

background-color css

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

 a { background-color: rgb(237,181,253); }

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

border-color css

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

 span { border-color: rgb(237,181,253); }

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