Html Css Color HEX #D3A8EF Mauve

📋 copy color: '#D3A8EF'

red 211 ◦ green 168 ◦ blue 239

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

Shades of Mauve #D3A8EF

Tints of Mauve #D3A8EF

RGB

 RED value IS 211 (82.81% from 255) = 34.14%

 GREEN value IS 168 (66.02% from 255) = 27.18%

 BLUE value IS 239 (93.75% from 255) = 38.67%

R = 34.14%
G = 27.18%
B = 38.67%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D3A8EF (or 0xD3A8EF) is known color: Mauve. HEX triplet: D3, A8 and EF. RGB value is (211,168,239). Sum of RGB (Red+Green+Blue) = 211+168+239=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 239 (93.75% from 255 or 38.67% from 618); Max value from RGB is 239 - color contains mainly: blue. Hex color #D3A8EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3A8EF is #2C5710. Grayscale: #BCBCBC. Windows color (decimal): -2905873 or 15706323. OLE color: 15706323.

HSL color Cylindrical-coordinate representation of color #D3A8EF: hue angle of 276.34º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3A8EF is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 168 239 -
CMYK 0.12 0.30 0 0.06
HSL 276.34º 0.69% 0.8% -
HSV(B) 276.34º 0.3% 0.94% -
XYZ 56.45 48.09 87.97 -
YUV 188.95 156.25 143.73 -
System Red Green Blue C M Y K H S L
Decimal 211 168 239 0.12 0.30 0 0.06 276.34 0.69 0.8
Hex D3 A8 EF C 1E 0 6 114 45 50
Octal 323 250 357 14 36 0 6 424 105 120
Binary 11010011 10101000 11101111 1100 11110 0 110 100010100 1000101 1010000

Color Harmonies of #D3A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A8EF

Black with #D3A8EF

Text Example


Text Example

White with #D3A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A8EF; }

 p { color: rgb(211,168,239); }

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

background-color css

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

 a { background-color: rgb(211,168,239); }

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

border-color css

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

 span { border-color: rgb(211,168,239); }

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