Html Css Color HEX #EDBDFB Mauve

📋 copy color: '#EDBDFB'

red 237 ◦ green 189 ◦ blue 251

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

Shades of Mauve #EDBDFB

Tints of Mauve #EDBDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.92%

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

R = 35.01%
G = 27.92%
B = 37.08%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDBDFB (or 0xEDBDFB) is known color: Mauve. HEX triplet: ED, BD and FB. RGB value is (237,189,251). Sum of RGB (Red+Green+Blue) = 237+189+251=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDBDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDFB is #124204. Grayscale: #D2D2D2. Windows color (decimal): -1196549 or 16498157. OLE color: 16498157.

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

Color convert

RGB 237 189 251 -
CMYK 0.06 0.25 0 0.02
HSL 286.45º 0.89% 0.86% -
HSV(B) 286.45º 0.25% 0.98% -
XYZ 70.54 61.36 99.39 -
YUV 210.42 150.9 146.96 -
System Red Green Blue C M Y K H S L
Decimal 237 189 251 0.06 0.25 0 0.02 286.45 0.89 0.86
Hex ED BD FB 6 19 0 2 11E 59 56
Octal 355 275 373 6 31 0 2 436 131 126
Binary 11101101 10111101 11111011 110 11001 0 10 100011110 1011001 1010110

Color Harmonies of #EDBDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDFB

Black with #EDBDFB

Text Example


Text Example

White with #EDBDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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