Html Css Color HEX #EDB9FB Mauve

📋 copy color: '#EDB9FB'

red 237 ◦ green 185 ◦ blue 251

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

Shades of Mauve #EDB9FB

Tints of Mauve #EDB9FB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.49%

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

R = 35.22%
G = 27.49%
B = 37.3%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB9FB (or 0xEDB9FB) is known color: Mauve. HEX triplet: ED, B9 and FB. RGB value is (237,185,251). Sum of RGB (Red+Green+Blue) = 237+185+251=673 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.22% from 673); Green value is 185 (72.66% from 255 or 27.49% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDB9FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9FB is #124604. Grayscale: #CFCFCF. Windows color (decimal): -1197573 or 16497133. OLE color: 16497133.

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

Color convert

RGB 237 185 251 -
CMYK 0.06 0.26 0 0.02
HSL 287.27º 0.89% 0.85% -
HSV(B) 287.27º 0.26% 0.98% -
XYZ 69.69 59.67 99.11 -
YUV 208.07 152.23 148.63 -
System Red Green Blue C M Y K H S L
Decimal 237 185 251 0.06 0.26 0 0.02 287.27 0.89 0.85
Hex ED B9 FB 6 1A 0 2 11F 59 55
Octal 355 271 373 6 32 0 2 437 131 125
Binary 11101101 10111001 11111011 110 11010 0 10 100011111 1011001 1010101

Color Harmonies of #EDB9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9FB

Black with #EDB9FB

Text Example


Text Example

White with #EDB9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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