Html Css Color HEX #EDB7FD Mauve

📋 copy color: '#EDB7FD'

red 237 ◦ green 183 ◦ blue 253

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

Shades of Mauve #EDB7FD

Tints of Mauve #EDB7FD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 27.19%

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

R = 35.22%
G = 27.19%
B = 37.59%

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

#EDB7FD (or 0xEDB7FD) is known color: Mauve. HEX triplet: ED, B7 and FD. RGB value is (237,183,253). Sum of RGB (Red+Green+Blue) = 237+183+253=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 183 (71.88% from 255 or 27.19% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB7FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7FD is #124802. Grayscale: #CECECE. Windows color (decimal): -1198083 or 16627693. OLE color: 16627693.

HSL color Cylindrical-coordinate representation of color #EDB7FD: hue angle of 286.29º 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 #EDB7FD is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 183 253 -
CMYK 0.06 0.28 0 0.01
HSL 286.29º 0.95% 0.85% -
HSV(B) 286.29º 0.28% 0.99% -
XYZ 69.59 58.96 100.64 -
YUV 207.13 153.89 149.31 -
System Red Green Blue C M Y K H S L
Decimal 237 183 253 0.06 0.28 0 0.01 286.29 0.95 0.85
Hex ED B7 FD 6 1C 0 1 11E 5F 55
Octal 355 267 375 6 34 0 1 436 137 125
Binary 11101101 10110111 11111101 110 11100 0 1 100011110 1011111 1010101

Color Harmonies of #EDB7FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7FD

Black with #EDB7FD

Text Example


Text Example

White with #EDB7FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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