Html Css Color HEX #E6ADFF Mauve

📋 copy color: '#E6ADFF'

red 230 ◦ green 173 ◦ blue 255

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

Shades of Mauve #E6ADFF

Tints of Mauve #E6ADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.75%

R = 34.95%
G = 26.29%
B = 38.75%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6ADFF (or 0xE6ADFF) is known color: Mauve. HEX triplet: E6, AD and FF. RGB value is (230,173,255). Sum of RGB (Red+Green+Blue) = 230+173+255=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFF is #195200. Grayscale: #C7C7C7. Windows color (decimal): -1659393 or 16756198. OLE color: 16756198.

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

Color convert

RGB 230 173 255 -
CMYK 0.10 0.32 0 0
HSL 281.71º 1% 0.84% -
HSV(B) 281.71º 0.32% 1% -
XYZ 65.63 53.93 101.56 -
YUV 199.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 230 173 255 0.10 0.32 0 0 281.71 1 0.84
Hex E6 AD FF A 20 0 0 11A 64 54
Octal 346 255 377 12 40 0 0 432 144 124
Binary 11100110 10101101 11111111 1010 100000 0 0 100011010 1100100 1010100

Color Harmonies of #E6ADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6ADFF

Black with #E6ADFF

Text Example


Text Example

White with #E6ADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6ADFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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