Html Css Color HEX #EDBBFD Mauve

📋 copy color: '#EDBBFD'

red 237 ◦ green 187 ◦ blue 253

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

Shades of Mauve #EDBBFD

Tints of Mauve #EDBBFD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.62%

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

R = 35.01%
G = 27.62%
B = 37.37%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDBBFD (or 0xEDBBFD) is known color: Mauve. HEX triplet: ED, BB and FD. RGB value is (237,187,253). Sum of RGB (Red+Green+Blue) = 237+187+253=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 187 (73.44% from 255 or 27.62% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDBBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBFD is #124402. Grayscale: #D1D1D1. Windows color (decimal): -1197059 or 16628717. OLE color: 16628717.

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

Color convert

RGB 237 187 253 -
CMYK 0.06 0.26 0 0.01
HSL 285.45º 0.94% 0.86% -
HSV(B) 285.45º 0.26% 0.99% -
XYZ 70.43 60.64 100.92 -
YUV 209.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 237 187 253 0.06 0.26 0 0.01 285.45 0.94 0.86
Hex ED BB FD 6 1A 0 1 11D 5E 56
Octal 355 273 375 6 32 0 1 435 136 126
Binary 11101101 10111011 11111101 110 11010 0 1 100011101 1011110 1010110

Color Harmonies of #EDBBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBFD

Black with #EDBBFD

Text Example


Text Example

White with #EDBBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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