Html Css Color HEX #EDBEFC Mauve

📋 copy color: '#EDBEFC'

red 237 ◦ green 190 ◦ blue 252

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

Shades of Mauve #EDBEFC

Tints of Mauve #EDBEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.98%

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

R = 34.9%
G = 27.98%
B = 37.11%

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

#EDBEFC (or 0xEDBEFC) is known color: Mauve. HEX triplet: ED, BE and FC. RGB value is (237,190,252). Sum of RGB (Red+Green+Blue) = 237+190+252=679 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.90% from 679); Green value is 190 (74.61% from 255 or 27.98% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBEFC is #124103. Grayscale: #D2D2D2. Windows color (decimal): -1196292 or 16563949. OLE color: 16563949.

HSL color Cylindrical-coordinate representation of color #EDBEFC: hue angle of 285.48º degrees, saturation: 0.91, 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 #EDBEFC is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 190 252 -
CMYK 0.06 0.25 0 0.01
HSL 285.48º 0.91% 0.87% -
HSV(B) 285.48º 0.25% 0.99% -
XYZ 70.91 61.86 100.3 -
YUV 211.12 151.07 146.46 -
System Red Green Blue C M Y K H S L
Decimal 237 190 252 0.06 0.25 0 0.01 285.48 0.91 0.87
Hex ED BE FC 6 19 0 1 11D 5B 57
Octal 355 276 374 6 31 0 1 435 133 127
Binary 11101101 10111110 11111100 110 11001 0 1 100011101 1011011 1010111

Color Harmonies of #EDBEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBEFC

Black with #EDBEFC

Text Example


Text Example

White with #EDBEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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