Html Css Color HEX #EDA8FC Mauve

📋 copy color: '#EDA8FC'

red 237 ◦ green 168 ◦ blue 252

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

Shades of Mauve #EDA8FC

Tints of Mauve #EDA8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 36.07%
G = 25.57%
B = 38.36%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDA8FC (or 0xEDA8FC) is known color: Mauve. HEX triplet: ED, A8 and FC. RGB value is (237,168,252). Sum of RGB (Red+Green+Blue) = 237+168+252=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 168 (66.02% from 255 or 25.57% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDA8FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDA8FC is #125703. Grayscale: #C5C5C5. Windows color (decimal): -1201924 or 16558317. OLE color: 16558317.

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

Color convert

RGB 237 168 252 -
CMYK 0.06 0.33 0 0.01
HSL 289.29º 0.93% 0.82% -
HSV(B) 289.29º 0.33% 0.99% -
XYZ 66.5 53.04 98.83 -
YUV 198.21 158.36 155.67 -
System Red Green Blue C M Y K H S L
Decimal 237 168 252 0.06 0.33 0 0.01 289.29 0.93 0.82
Hex ED A8 FC 6 21 0 1 121 5D 52
Octal 355 250 374 6 41 0 1 441 135 122
Binary 11101101 10101000 11111100 110 100001 0 1 100100001 1011101 1010010

Color Harmonies of #EDA8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8FC

Black with #EDA8FC

Text Example


Text Example

White with #EDA8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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