Html Css Color HEX #EDC4FD Mauve

📋 copy color: '#EDC4FD'

red 237 ◦ green 196 ◦ blue 253

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

Shades of Mauve #EDC4FD

Tints of Mauve #EDC4FD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 28.57%

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

R = 34.55%
G = 28.57%
B = 36.88%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDC4FD (or 0xEDC4FD) is known color: Mauve. HEX triplet: ED, C4 and FD. RGB value is (237,196,253). Sum of RGB (Red+Green+Blue) = 237+196+253=686 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.55% from 686); Green value is 196 (76.95% from 255 or 28.57% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDC4FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDC4FD is #123B02. Grayscale: #D6D6D6. Windows color (decimal): -1194755 or 16631021. OLE color: 16631021.

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

Color convert

RGB 237 196 253 -
CMYK 0.06 0.23 0 0.01
HSL 283.16º 0.93% 0.88% -
HSV(B) 283.16º 0.23% 0.99% -
XYZ 72.39 64.58 101.58 -
YUV 214.76 149.58 143.87 -
System Red Green Blue C M Y K H S L
Decimal 237 196 253 0.06 0.23 0 0.01 283.16 0.93 0.88
Hex ED C4 FD 6 17 0 1 11B 5D 58
Octal 355 304 375 6 27 0 1 433 135 130
Binary 11101101 11000100 11111101 110 10111 0 1 100011011 1011101 1011000

Color Harmonies of #EDC4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC4FD

Black with #EDC4FD

Text Example


Text Example

White with #EDC4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC4FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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