Html Css Color HEX #EDBCFD Mauve

📋 copy color: '#EDBCFD'

red 237 ◦ green 188 ◦ blue 253

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

Shades of Mauve #EDBCFD

Tints of Mauve #EDBCFD

RGB

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

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

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

R = 34.96%
G = 27.73%
B = 37.32%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDBCFD (or 0xEDBCFD) is known color: Mauve. HEX triplet: ED, BC and FD. RGB value is (237,188,253). Sum of RGB (Red+Green+Blue) = 237+188+253=678 (89% of max value = 765). Red value is 237 (92.97% from 255 or 34.96% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDBCFD is #124302. Grayscale: #D1D1D1. Windows color (decimal): -1196803 or 16628973. OLE color: 16628973.

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

Color convert

RGB 237 188 253 -
CMYK 0.06 0.26 0 0.01
HSL 285.23º 0.94% 0.86% -
HSV(B) 285.23º 0.26% 0.99% -
XYZ 70.64 61.06 100.99 -
YUV 210.06 152.23 147.21 -
System Red Green Blue C M Y K H S L
Decimal 237 188 253 0.06 0.26 0 0.01 285.23 0.94 0.86
Hex ED BC FD 6 1A 0 1 11D 5E 56
Octal 355 274 375 6 32 0 1 435 136 126
Binary 11101101 10111100 11111101 110 11010 0 1 100011101 1011110 1010110

Color Harmonies of #EDBCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBCFD

Black with #EDBCFD

Text Example


Text Example

White with #EDBCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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