Html Css Color HEX #EDBDF9 Mauve

📋 copy color: '#EDBDF9'

red 237 ◦ green 189 ◦ blue 249

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

Shades of Mauve #EDBDF9

Tints of Mauve #EDBDF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.89%

R = 35.11%
G = 28%
B = 36.89%

CMYK

 C value IS 0.05

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDBDF9 (or 0xEDBDF9) is known color: Mauve. HEX triplet: ED, BD and F9. RGB value is (237,189,249). Sum of RGB (Red+Green+Blue) = 237+189+249=675 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.11% from 675); Green value is 189 (74.22% from 255 or 28% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDBDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBDF9 is #124206. Grayscale: #D2D2D2. Windows color (decimal): -1196551 or 16367085. OLE color: 16367085.

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

Color convert

RGB 237 189 249 -
CMYK 0.05 0.24 0 0.02
HSL 288º 0.83% 0.86% -
HSV(B) 288º 0.24% 0.98% -
XYZ 70.22 61.24 97.74 -
YUV 210.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 237 189 249 0.05 0.24 0 0.02 288 0.83 0.86
Hex ED BD F9 5 18 0 2 120 53 56
Octal 355 275 371 5 30 0 2 440 123 126
Binary 11101101 10111101 11111001 101 11000 0 10 100100000 1010011 1010110

Color Harmonies of #EDBDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBDF9

Black with #EDBDF9

Text Example


Text Example

White with #EDBDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBDF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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