Html Css Color HEX #E6ADFD Mauve

📋 copy color: '#E6ADFD'

red 230 ◦ green 173 ◦ blue 253

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

Shades of Mauve #E6ADFD

Tints of Mauve #E6ADFD

RGB

 RED value IS 230 (90.23% from 255) = 35.06%

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

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

R = 35.06%
G = 26.37%
B = 38.57%

CMYK

 C value IS 0.09

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6ADFD (or 0xE6ADFD) is known color: Mauve. HEX triplet: E6, AD and FD. RGB value is (230,173,253). Sum of RGB (Red+Green+Blue) = 230+173+253=656 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.06% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 253 (99.22% from 255 or 38.57% from 656); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6ADFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFD is #195202. Grayscale: #C6C6C6. Windows color (decimal): -1659395 or 16625126. OLE color: 16625126.

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

Color convert

RGB 230 173 253 -
CMYK 0.09 0.32 0 0.01
HSL 282.75º 0.95% 0.84% -
HSV(B) 282.75º 0.32% 0.99% -
XYZ 65.31 53.8 99.87 -
YUV 199.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 230 173 253 0.09 0.32 0 0.01 282.75 0.95 0.84
Hex E6 AD FD 9 20 0 1 11B 5F 54
Octal 346 255 375 11 40 0 1 433 137 124
Binary 11100110 10101101 11111101 1001 100000 0 1 100011011 1011111 1010100

Color Harmonies of #E6ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADFD

Black with #E6ADFD

Text Example


Text Example

White with #E6ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADFD; }

 p { color: rgb(230,173,253); }

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

background-color css

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

 a { background-color: rgb(230,173,253); }

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

border-color css

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

 span { border-color: rgb(230,173,253); }

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