Html Css Color HEX #D3AEFA Mauve

📋 copy color: '#D3AEFA'

red 211 ◦ green 174 ◦ blue 250

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

Shades of Mauve #D3AEFA

Tints of Mauve #D3AEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.4%

 BLUE value IS 250 (98.05% from 255) = 39.37%

R = 33.23%
G = 27.4%
B = 39.37%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D3AEFA (or 0xD3AEFA) is known color: Mauve. HEX triplet: D3, AE and FA. RGB value is (211,174,250). Sum of RGB (Red+Green+Blue) = 211+174+250=635 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.23% from 635); Green value is 174 (68.36% from 255 or 27.40% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D3AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFA is #2C5105. Grayscale: #C1C1C1. Windows color (decimal): -2904326 or 16428755. OLE color: 16428755.

HSL color Cylindrical-coordinate representation of color #D3AEFA: hue angle of 269.21º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D3AEFA is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 174 250 -
CMYK 0.16 0.30 0 0.02
HSL 269.21º 0.88% 0.83% -
HSV(B) 269.21º 0.3% 0.98% -
XYZ 59.26 51.02 97.17 -
YUV 193.73 159.76 140.32 -
System Red Green Blue C M Y K H S L
Decimal 211 174 250 0.16 0.30 0 0.02 269.21 0.88 0.83
Hex D3 AE FA 10 1E 0 2 10D 58 53
Octal 323 256 372 20 36 0 2 415 130 123
Binary 11010011 10101110 11111010 10000 11110 0 10 100001101 1011000 1010011

Color Harmonies of #D3AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AEFA

Black with #D3AEFA

Text Example


Text Example

White with #D3AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AEFA; }

 p { color: rgb(211,174,250); }

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

background-color css

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

 a { background-color: rgb(211,174,250); }

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

border-color css

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

 span { border-color: rgb(211,174,250); }

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