Html Css Color HEX #ED9DA6 Mauvelous

📋 copy color: '#ED9DA6'

red 237 ◦ green 157 ◦ blue 166

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

Shades of Mauvelous #ED9DA6

Tints of Mauvelous #ED9DA6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.04%

 BLUE value IS 166 (65.23% from 255) = 29.64%

R = 42.32%
G = 28.04%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ED9DA6 (or 0xED9DA6) is known color: Mauvelous. HEX triplet: ED, 9D and A6. RGB value is (237,157,166). Sum of RGB (Red+Green+Blue) = 237+157+166=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 157 (61.72% from 255 or 28.04% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9DA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9DA6 is #126259. Grayscale: #B5B5B5. Windows color (decimal): -1204826 or 10919405. OLE color: 10919405.

HSL color Cylindrical-coordinate representation of color #ED9DA6: hue angle of 353.25º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ED9DA6 is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 157 166 -
CMYK 0 0.34 0.30 0.07
HSL 353.25º 0.69% 0.77% -
HSV(B) 353.25º 0.34% 0.93% -
XYZ 53.86 44.87 41.9 -
YUV 181.95 119 167.27 -
System Red Green Blue C M Y K H S L
Decimal 237 157 166 0 0.34 0.30 0.07 353.25 0.69 0.77
Hex ED 9D A6 0 22 1E 7 161 45 4D
Octal 355 235 246 0 42 36 7 541 105 115
Binary 11101101 10011101 10100110 0 100010 11110 111 101100001 1000101 1001101

Color Harmonies of #ED9DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED9DA6

Black with #ED9DA6

Text Example


Text Example

White with #ED9DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED9DA6; }

 p { color: rgb(237,157,166); }

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

background-color css

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

 a { background-color: rgb(237,157,166); }

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

border-color css

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

 span { border-color: rgb(237,157,166); }

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