Html Css Color HEX #D3AAFF Mauve

📋 copy color: '#D3AAFF'

red 211 ◦ green 170 ◦ blue 255

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

Shades of Mauve #D3AAFF

Tints of Mauve #D3AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 26.73%

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

R = 33.18%
G = 26.73%
B = 40.09%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D3AAFF (or 0xD3AAFF) is known color: Mauve. HEX triplet: D3, AA and FF. RGB value is (211,170,255). Sum of RGB (Red+Green+Blue) = 211+170+255=636 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.18% from 636); Green value is 170 (66.80% from 255 or 26.73% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D3AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AAFF is #2C5500. Grayscale: #BFBFBF. Windows color (decimal): -2905345 or 16755411. OLE color: 16755411.

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

Color convert

RGB 211 170 255 -
CMYK 0.17 0.33 0 0
HSL 268.94º 1% 0.83% -
HSV(B) 268.94º 0.33% 1% -
XYZ 59.29 49.82 101.1 -
YUV 191.95 163.58 141.59 -
System Red Green Blue C M Y K H S L
Decimal 211 170 255 0.17 0.33 0 0 268.94 1 0.83
Hex D3 AA FF 11 21 0 0 10D 64 53
Octal 323 252 377 21 41 0 0 415 144 123
Binary 11010011 10101010 11111111 10001 100001 0 0 100001101 1100100 1010011

Color Harmonies of #D3AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3AAFF

Black with #D3AAFF

Text Example


Text Example

White with #D3AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3AAFF; }

 p { color: rgb(211,170,255); }

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

background-color css

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

 a { background-color: rgb(211,170,255); }

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

border-color css

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

 span { border-color: rgb(211,170,255); }

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