Html Css Color HEX #EDACFD Mauve

📋 copy color: '#EDACFD'

red 237 ◦ green 172 ◦ blue 253

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

Shades of Mauve #EDACFD

Tints of Mauve #EDACFD

RGB

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

 GREEN value IS 172 (67.58% from 255) = 25.98%

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

R = 35.8%
G = 25.98%
B = 38.22%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDACFD (or 0xEDACFD) is known color: Mauve. HEX triplet: ED, AC and FD. RGB value is (237,172,253). Sum of RGB (Red+Green+Blue) = 237+172+253=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 172 (67.58% from 255 or 25.98% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDACFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDACFD is #125302. Grayscale: #C8C8C8. Windows color (decimal): -1200899 or 16624877. OLE color: 16624877.

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

Color convert

RGB 237 172 253 -
CMYK 0.06 0.32 0 0.01
HSL 288.15º 0.95% 0.83% -
HSV(B) 288.15º 0.32% 0.99% -
XYZ 67.41 54.6 99.91 -
YUV 200.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 237 172 253 0.06 0.32 0 0.01 288.15 0.95 0.83
Hex ED AC FD 6 20 0 1 120 5F 53
Octal 355 254 375 6 40 0 1 440 137 123
Binary 11101101 10101100 11111101 110 100000 0 1 100100000 1011111 1010011

Color Harmonies of #EDACFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACFD

Black with #EDACFD

Text Example


Text Example

White with #EDACFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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