Html Css Color HEX #EDBBFF Mauve

📋 copy color: '#EDBBFF'

red 237 ◦ green 187 ◦ blue 255

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

Shades of Mauve #EDBBFF

Tints of Mauve #EDBBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 34.9%
G = 27.54%
B = 37.56%

CMYK

 C value IS 0.07

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDBBFF (or 0xEDBBFF) is known color: Mauve. HEX triplet: ED, BB and FF. RGB value is (237,187,255). Sum of RGB (Red+Green+Blue) = 237+187+255=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 187 (73.44% from 255 or 27.54% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBBFF is #124400. Grayscale: #D1D1D1. Windows color (decimal): -1197057 or 16759789. OLE color: 16759789.

HSL color Cylindrical-coordinate representation of color #EDBBFF: hue angle of 284.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EDBBFF is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 187 255 -
CMYK 0.07 0.27 0 0
HSL 284.12º 1% 0.87% -
HSV(B) 284.12º 0.27% 1% -
XYZ 70.75 60.77 102.61 -
YUV 209.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 237 187 255 0.07 0.27 0 0 284.12 1 0.87
Hex ED BB FF 7 1B 0 0 11C 64 57
Octal 355 273 377 7 33 0 0 434 144 127
Binary 11101101 10111011 11111111 111 11011 0 0 100011100 1100100 1010111

Color Harmonies of #EDBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBBFF

Black with #EDBBFF

Text Example


Text Example

White with #EDBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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