Html Css Color HEX #EDB1FD Mauve

📋 copy color: '#EDB1FD'

red 237 ◦ green 177 ◦ blue 253

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

Shades of Mauve #EDB1FD

Tints of Mauve #EDB1FD

RGB

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

 GREEN value IS 177 (69.53% from 255) = 26.54%

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

R = 35.53%
G = 26.54%
B = 37.93%

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

#EDB1FD (or 0xEDB1FD) is known color: Mauve. HEX triplet: ED, B1 and FD. RGB value is (237,177,253). Sum of RGB (Red+Green+Blue) = 237+177+253=667 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.53% from 667); Green value is 177 (69.53% from 255 or 26.54% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB1FD is #124E02. Grayscale: #CBCBCB. Windows color (decimal): -1199619 or 16626157. OLE color: 16626157.

HSL color Cylindrical-coordinate representation of color #EDB1FD: hue angle of 287.37º 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 #EDB1FD is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 177 253 -
CMYK 0.06 0.30 0 0.01
HSL 287.37º 0.95% 0.84% -
HSV(B) 287.37º 0.3% 0.99% -
XYZ 68.38 56.54 100.24 -
YUV 203.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 237 177 253 0.06 0.30 0 0.01 287.37 0.95 0.84
Hex ED B1 FD 6 1E 0 1 11F 5F 54
Octal 355 261 375 6 36 0 1 437 137 124
Binary 11101101 10110001 11111101 110 11110 0 1 100011111 1011111 1010100

Color Harmonies of #EDB1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1FD

Black with #EDB1FD

Text Example


Text Example

White with #EDB1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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