Html Css Color HEX #EDB0F4 Mauve

📋 copy color: '#EDB0F4'

red 237 ◦ green 176 ◦ blue 244

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

Shades of Mauve #EDB0F4

Tints of Mauve #EDB0F4

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.79%

 BLUE value IS 244 (95.7% from 255) = 37.14%

R = 36.07%
G = 26.79%
B = 37.14%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EDB0F4 (or 0xEDB0F4) is known color: Mauve. HEX triplet: ED, B0 and F4. RGB value is (237,176,244). Sum of RGB (Red+Green+Blue) = 237+176+244=657 (87% of max value = 765). Red value is 237 (92.97% from 255 or 36.07% from 657); Green value is 176 (69.14% from 255 or 26.79% from 657); Blue value is 244 (95.70% from 255 or 37.14% from 657); Max value from RGB is 244 - color contains mainly: blue. Hex color #EDB0F4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0F4 is #124F0B. Grayscale: #C9C9C9. Windows color (decimal): -1199884 or 16036077. OLE color: 16036077.

HSL color Cylindrical-coordinate representation of color #EDB0F4: hue angle of 293.82º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EDB0F4 is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 176 244 -
CMYK 0.03 0.28 0 0.04
HSL 293.82º 0.76% 0.82% -
HSV(B) 293.82º 0.28% 0.96% -
XYZ 66.78 55.59 92.8 -
YUV 201.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 237 176 244 0.03 0.28 0 0.04 293.82 0.76 0.82
Hex ED B0 F4 3 1C 0 4 126 4C 52
Octal 355 260 364 3 34 0 4 446 114 122
Binary 11101101 10110000 11110100 11 11100 0 100 100100110 1001100 1010010

Color Harmonies of #EDB0F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0F4

Black with #EDB0F4

Text Example


Text Example

White with #EDB0F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0F4; }

 p { color: rgb(237,176,244); }

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

background-color css

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

 a { background-color: rgb(237,176,244); }

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

border-color css

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

 span { border-color: rgb(237,176,244); }

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