Html Css Color HEX #EDBFFF Mauve

📋 copy color: '#EDBFFF'

red 237 ◦ green 191 ◦ blue 255

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

Shades of Mauve #EDBFFF

Tints of Mauve #EDBFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 27.96%

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

R = 34.7%
G = 27.96%
B = 37.34%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDBFFF (or 0xEDBFFF) is known color: Mauve. HEX triplet: ED, BF and FF. RGB value is (237,191,255). Sum of RGB (Red+Green+Blue) = 237+191+255=683 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.70% from 683); Green value is 191 (75% from 255 or 27.96% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDBFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFFF is #124000. Grayscale: #D3D3D3. Windows color (decimal): -1196033 or 16760813. OLE color: 16760813.

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

Color convert

RGB 237 191 255 -
CMYK 0.07 0.25 0 0
HSL 283.13º 1% 0.87% -
HSV(B) 283.13º 0.25% 1% -
XYZ 71.61 62.49 102.89 -
YUV 212.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 237 191 255 0.07 0.25 0 0 283.13 1 0.87
Hex ED BF FF 7 19 0 0 11B 64 57
Octal 355 277 377 7 31 0 0 433 144 127
Binary 11101101 10111111 11111111 111 11001 0 0 100011011 1100100 1010111

Color Harmonies of #EDBFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFFF

Black with #EDBFFF

Text Example


Text Example

White with #EDBFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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