Html Css Color HEX #EDB2FF Mauve

📋 copy color: '#EDB2FF'

red 237 ◦ green 178 ◦ blue 255

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

Shades of Mauve #EDB2FF

Tints of Mauve #EDB2FF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.57%

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

R = 35.37%
G = 26.57%
B = 38.06%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDB2FF (or 0xEDB2FF) is known color: Mauve. HEX triplet: ED, B2 and FF. RGB value is (237,178,255). Sum of RGB (Red+Green+Blue) = 237+178+255=670 (88% of max value = 765). Red value is 237 (92.97% from 255 or 35.37% from 670); Green value is 178 (69.92% from 255 or 26.57% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDB2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDB2FF is #124D00. Grayscale: #CCCCCC. Windows color (decimal): -1199361 or 16757485. OLE color: 16757485.

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

Color convert

RGB 237 178 255 -
CMYK 0.07 0.30 0 0
HSL 285.97º 1% 0.85% -
HSV(B) 285.97º 0.3% 1% -
XYZ 68.9 57.07 101.99 -
YUV 204.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 237 178 255 0.07 0.30 0 0 285.97 1 0.85
Hex ED B2 FF 7 1E 0 0 11E 64 55
Octal 355 262 377 7 36 0 0 436 144 125
Binary 11101101 10110010 11111111 111 11110 0 0 100011110 1100100 1010101

Color Harmonies of #EDB2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB2FF

Black with #EDB2FF

Text Example


Text Example

White with #EDB2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB2FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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