Html Css Color HEX #EDA8FB Mauve

📋 copy color: '#EDA8FB'

red 237 ◦ green 168 ◦ blue 251

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

Shades of Mauve #EDA8FB

Tints of Mauve #EDA8FB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 25.61%

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

R = 36.13%
G = 25.61%
B = 38.26%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDA8FB (or 0xEDA8FB) is known color: Mauve. HEX triplet: ED, A8 and FB. RGB value is (237,168,251). Sum of RGB (Red+Green+Blue) = 237+168+251=656 (86% of max value = 765). Red value is 237 (92.97% from 255 or 36.13% from 656); Green value is 168 (66.02% from 255 or 25.61% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDA8FB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FB is #125704. Grayscale: #C5C5C5. Windows color (decimal): -1201925 or 16492781. OLE color: 16492781.

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

Color convert

RGB 237 168 251 -
CMYK 0.06 0.33 0 0.02
HSL 289.88º 0.91% 0.82% -
HSV(B) 289.88º 0.33% 0.98% -
XYZ 66.34 52.97 98 -
YUV 198.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 237 168 251 0.06 0.33 0 0.02 289.88 0.91 0.82
Hex ED A8 FB 6 21 0 2 122 5B 52
Octal 355 250 373 6 41 0 2 442 133 122
Binary 11101101 10101000 11111011 110 100001 0 10 100100010 1011011 1010010

Color Harmonies of #EDA8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8FB

Black with #EDA8FB

Text Example


Text Example

White with #EDA8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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