Html Css Color HEX #EDB0FD Mauve

📋 copy color: '#EDB0FD'

red 237 ◦ green 176 ◦ blue 253

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

Shades of Mauve #EDB0FD

Tints of Mauve #EDB0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.99%

R = 35.59%
G = 26.43%
B = 37.99%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDB0FD (or 0xEDB0FD) is known color: Mauve. HEX triplet: ED, B0 and FD. RGB value is (237,176,253). Sum of RGB (Red+Green+Blue) = 237+176+253=666 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.59% from 666); Green value is 176 (69.14% from 255 or 26.43% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB0FD is #124F02. Grayscale: #CACACA. Windows color (decimal): -1199875 or 16625901. OLE color: 16625901.

HSL color Cylindrical-coordinate representation of color #EDB0FD: hue angle of 287.53º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDB0FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 176 253 -
CMYK 0.06 0.30 0 0.01
HSL 287.53º 0.95% 0.84% -
HSV(B) 287.53º 0.3% 0.99% -
XYZ 68.18 56.15 100.17 -
YUV 203.02 156.21 152.24 -
System Red Green Blue C M Y K H S L
Decimal 237 176 253 0.06 0.30 0 0.01 287.53 0.95 0.84
Hex ED B0 FD 6 1E 0 1 120 5F 54
Octal 355 260 375 6 36 0 1 440 137 124
Binary 11101101 10110000 11111101 110 11110 0 1 100100000 1011111 1010100

Color Harmonies of #EDB0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0FD

Black with #EDB0FD

Text Example


Text Example

White with #EDB0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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