Html Css Color HEX #EDADFC Mauve

📋 copy color: '#EDADFC'

red 237 ◦ green 173 ◦ blue 252

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

Shades of Mauve #EDADFC

Tints of Mauve #EDADFC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 26.13%

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

R = 35.8%
G = 26.13%
B = 38.07%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDADFC (or 0xEDADFC) is known color: Mauve. HEX triplet: ED, AD and FC. RGB value is (237,173,252). Sum of RGB (Red+Green+Blue) = 237+173+252=662 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.80% from 662); Green value is 173 (67.97% from 255 or 26.13% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDADFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EDADFC is #125203. Grayscale: #C8C8C8. Windows color (decimal): -1200644 or 16559597. OLE color: 16559597.

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

Color convert

RGB 237 173 252 -
CMYK 0.06 0.31 0 0.01
HSL 288.61º 0.93% 0.83% -
HSV(B) 288.61º 0.31% 0.99% -
XYZ 67.44 54.92 99.14 -
YUV 201.14 156.7 153.58 -
System Red Green Blue C M Y K H S L
Decimal 237 173 252 0.06 0.31 0 0.01 288.61 0.93 0.83
Hex ED AD FC 6 1F 0 1 121 5D 53
Octal 355 255 374 6 37 0 1 441 135 123
Binary 11101101 10101101 11111100 110 11111 0 1 100100001 1011101 1010011

Color Harmonies of #EDADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADFC

Black with #EDADFC

Text Example


Text Example

White with #EDADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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