Html Css Color HEX #EDB3FD Mauve

📋 copy color: '#EDB3FD'

red 237 ◦ green 179 ◦ blue 253

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

Shades of Mauve #EDB3FD

Tints of Mauve #EDB3FD

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.76%

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

R = 35.43%
G = 26.76%
B = 37.82%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDB3FD (or 0xEDB3FD) is known color: Mauve. HEX triplet: ED, B3 and FD. RGB value is (237,179,253). Sum of RGB (Red+Green+Blue) = 237+179+253=669 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.43% from 669); Green value is 179 (70.31% from 255 or 26.76% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDB3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDB3FD is #124C02. Grayscale: #CCCCCC. Windows color (decimal): -1199107 or 16626669. OLE color: 16626669.

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

Color convert

RGB 237 179 253 -
CMYK 0.06 0.29 0 0.01
HSL 287.03º 0.95% 0.85% -
HSV(B) 287.03º 0.29% 0.99% -
XYZ 68.77 57.34 100.37 -
YUV 204.78 155.22 150.98 -
System Red Green Blue C M Y K H S L
Decimal 237 179 253 0.06 0.29 0 0.01 287.03 0.95 0.85
Hex ED B3 FD 6 1D 0 1 11F 5F 55
Octal 355 263 375 6 35 0 1 437 137 125
Binary 11101101 10110011 11111101 110 11101 0 1 100011111 1011111 1010101

Color Harmonies of #EDB3FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB3FD

Black with #EDB3FD

Text Example


Text Example

White with #EDB3FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB3FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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