Html Css Color HEX #EDBFFD Mauve

📋 copy color: '#EDBFFD'

red 237 ◦ green 191 ◦ blue 253

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

Shades of Mauve #EDBFFD

Tints of Mauve #EDBFFD

RGB

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

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

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

R = 34.8%
G = 28.05%
B = 37.15%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDBFFD (or 0xEDBFFD) is known color: Mauve. HEX triplet: ED, BF and FD. RGB value is (237,191,253). Sum of RGB (Red+Green+Blue) = 237+191+253=681 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.80% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDBFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFFD is #124002. Grayscale: #D3D3D3. Windows color (decimal): -1196035 or 16629741. OLE color: 16629741.

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

Color convert

RGB 237 191 253 -
CMYK 0.06 0.25 0 0.01
HSL 284.52º 0.94% 0.87% -
HSV(B) 284.52º 0.25% 0.99% -
XYZ 71.29 62.36 101.21 -
YUV 211.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 237 191 253 0.06 0.25 0 0.01 284.52 0.94 0.87
Hex ED BF FD 6 19 0 1 11D 5E 57
Octal 355 277 375 6 31 0 1 435 136 127
Binary 11101101 10111111 11111101 110 11001 0 1 100011101 1011110 1010111

Color Harmonies of #EDBFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFFD

Black with #EDBFFD

Text Example


Text Example

White with #EDBFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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