Html Css Color HEX #EDB7FB Mauve

📋 copy color: '#EDB7FB'

red 237 ◦ green 183 ◦ blue 251

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

Shades of Mauve #EDB7FB

Tints of Mauve #EDB7FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.41%

R = 35.32%
G = 27.27%
B = 37.41%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB7FB (or 0xEDB7FB) is known color: Mauve. HEX triplet: ED, B7 and FB. RGB value is (237,183,251). Sum of RGB (Red+Green+Blue) = 237+183+251=671 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.32% from 671); Green value is 183 (71.88% from 255 or 27.27% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB7FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB7FB is #124804. Grayscale: #CECECE. Windows color (decimal): -1198085 or 16496621. OLE color: 16496621.

HSL color Cylindrical-coordinate representation of color #EDB7FB: hue angle of 287.65º degrees, saturation: 0.89, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDB7FB is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 183 251 -
CMYK 0.06 0.27 0 0.02
HSL 287.65º 0.89% 0.85% -
HSV(B) 287.65º 0.27% 0.98% -
XYZ 69.27 58.84 98.97 -
YUV 206.9 152.89 149.47 -
System Red Green Blue C M Y K H S L
Decimal 237 183 251 0.06 0.27 0 0.02 287.65 0.89 0.85
Hex ED B7 FB 6 1B 0 2 120 59 55
Octal 355 267 373 6 33 0 2 440 131 125
Binary 11101101 10110111 11111011 110 11011 0 10 100100000 1011001 1010101

Color Harmonies of #EDB7FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB7FB

Black with #EDB7FB

Text Example


Text Example

White with #EDB7FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB7FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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