Html Css Color HEX #EDB2FA Mauve

📋 copy color: '#EDB2FA'

red 237 ◦ green 178 ◦ blue 250

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

Shades of Mauve #EDB2FA

Tints of Mauve #EDB2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.77%

 BLUE value IS 250 (98.05% from 255) = 37.59%

R = 35.64%
G = 26.77%
B = 37.59%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDB2FA (or 0xEDB2FA) is known color: Mauve. HEX triplet: ED, B2 and FA. RGB value is (237,178,250). Sum of RGB (Red+Green+Blue) = 237+178+250=665 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.64% from 665); Green value is 178 (69.92% from 255 or 26.77% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDB2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FA is #124D05. Grayscale: #CBCBCB. Windows color (decimal): -1199366 or 16429805. OLE color: 16429805.

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

Color convert

RGB 237 178 250 -
CMYK 0.05 0.29 0 0.02
HSL 289.17º 0.88% 0.84% -
HSV(B) 289.17º 0.29% 0.98% -
XYZ 68.1 56.75 97.81 -
YUV 203.85 154.05 151.65 -
System Red Green Blue C M Y K H S L
Decimal 237 178 250 0.05 0.29 0 0.02 289.17 0.88 0.84
Hex ED B2 FA 5 1D 0 2 121 58 54
Octal 355 262 372 5 35 0 2 441 130 124
Binary 11101101 10110010 11111010 101 11101 0 10 100100001 1011000 1010100

Color Harmonies of #EDB2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2FA

Black with #EDB2FA

Text Example


Text Example

White with #EDB2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2FA; }

 p { color: rgb(237,178,250); }

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

background-color css

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

 a { background-color: rgb(237,178,250); }

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

border-color css

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

 span { border-color: rgb(237,178,250); }

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