Html Css Color HEX #EDBCFC Mauve

📋 copy color: '#EDBCFC'

red 237 ◦ green 188 ◦ blue 252

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

Shades of Mauve #EDBCFC

Tints of Mauve #EDBCFC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.77%

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

R = 35.01%
G = 27.77%
B = 37.22%

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

#EDBCFC (or 0xEDBCFC) is known color: Mauve. HEX triplet: ED, BC and FC. RGB value is (237,188,252). Sum of RGB (Red+Green+Blue) = 237+188+252=677 (89% of max value = 765). Red value is 237 (92.97% from 255 or 35.01% from 677); Green value is 188 (73.83% from 255 or 27.77% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCFC is #124303. Grayscale: #D1D1D1. Windows color (decimal): -1196804 or 16563437. OLE color: 16563437.

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

Color convert

RGB 237 188 252 -
CMYK 0.06 0.25 0 0.01
HSL 285.94º 0.91% 0.86% -
HSV(B) 285.94º 0.25% 0.99% -
XYZ 70.48 61 100.15 -
YUV 209.95 151.73 147.3 -
System Red Green Blue C M Y K H S L
Decimal 237 188 252 0.06 0.25 0 0.01 285.94 0.91 0.86
Hex ED BC FC 6 19 0 1 11E 5B 56
Octal 355 274 374 6 31 0 1 436 133 126
Binary 11101101 10111100 11111100 110 11001 0 1 100011110 1011011 1010110

Color Harmonies of #EDBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCFC

Black with #EDBCFC

Text Example


Text Example

White with #EDBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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