Html Css Color HEX #EDB9FD Mauve

📋 copy color: '#EDB9FD'

red 237 ◦ green 185 ◦ blue 253

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

Shades of Mauve #EDB9FD

Tints of Mauve #EDB9FD

RGB

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

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

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

R = 35.11%
G = 27.41%
B = 37.48%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDB9FD (or 0xEDB9FD) is known color: Mauve. HEX triplet: ED, B9 and FD. RGB value is (237,185,253). Sum of RGB (Red+Green+Blue) = 237+185+253=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 185 (72.66% from 255 or 27.41% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB9FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB9FD is #124602. Grayscale: #D0D0D0. Windows color (decimal): -1197571 or 16628205. OLE color: 16628205.

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

Color convert

RGB 237 185 253 -
CMYK 0.06 0.27 0 0.01
HSL 285.88º 0.94% 0.86% -
HSV(B) 285.88º 0.27% 0.99% -
XYZ 70 59.79 100.78 -
YUV 208.3 153.23 148.47 -
System Red Green Blue C M Y K H S L
Decimal 237 185 253 0.06 0.27 0 0.01 285.88 0.94 0.86
Hex ED B9 FD 6 1B 0 1 11E 5E 56
Octal 355 271 375 6 33 0 1 436 136 126
Binary 11101101 10111001 11111101 110 11011 0 1 100011110 1011110 1010110

Color Harmonies of #EDB9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB9FD

Black with #EDB9FD

Text Example


Text Example

White with #EDB9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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