Html Css Color HEX #EDBFFC Mauve

📋 copy color: '#EDBFFC'

red 237 ◦ green 191 ◦ blue 252

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

Shades of Mauve #EDBFFC

Tints of Mauve #EDBFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.06%

R = 34.85%
G = 28.09%
B = 37.06%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDBFFC (or 0xEDBFFC) is known color: Mauve. HEX triplet: ED, BF and FC. RGB value is (237,191,252). Sum of RGB (Red+Green+Blue) = 237+191+252=680 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.85% from 680); Green value is 191 (75% from 255 or 28.09% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBFFC is #124003. Grayscale: #D3D3D3. Windows color (decimal): -1196036 or 16564205. OLE color: 16564205.

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

Color convert

RGB 237 191 252 -
CMYK 0.06 0.24 0 0.01
HSL 285.25º 0.91% 0.87% -
HSV(B) 285.25º 0.24% 0.99% -
XYZ 71.13 62.29 100.37 -
YUV 211.71 150.74 146.04 -
System Red Green Blue C M Y K H S L
Decimal 237 191 252 0.06 0.24 0 0.01 285.25 0.91 0.87
Hex ED BF FC 6 18 0 1 11D 5B 57
Octal 355 277 374 6 30 0 1 435 133 127
Binary 11101101 10111111 11111100 110 11000 0 1 100011101 1011011 1010111

Color Harmonies of #EDBFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBFFC

Black with #EDBFFC

Text Example


Text Example

White with #EDBFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBFFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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