Html Css Color HEX #D1AAFF Mauve

📋 copy color: '#D1AAFF'

red 209 ◦ green 170 ◦ blue 255

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

Shades of Mauve #D1AAFF

Tints of Mauve #D1AAFF

RGB

 RED value IS 209 (82.03% from 255) = 32.97%

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

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

R = 32.97%
G = 26.81%
B = 40.22%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D1AAFF (or 0xD1AAFF) is known color: Mauve. HEX triplet: D1, AA and FF. RGB value is (209,170,255). Sum of RGB (Red+Green+Blue) = 209+170+255=634 (83% of max value = 765). Red value is 209 (82.03% from 255 or 32.97% from 634); Green value is 170 (66.80% from 255 or 26.81% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #D1AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAFF is #2E5500. Grayscale: #BFBFBF. Windows color (decimal): -3036417 or 16755409. OLE color: 16755409.

HSL color Cylindrical-coordinate representation of color #D1AAFF: hue angle of 267.53º 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 #D1AAFF is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 209 170 255 -
CMYK 0.18 0.33 0 0
HSL 267.53º 1% 0.83% -
HSV(B) 267.53º 0.33% 1% -
XYZ 58.72 49.52 101.07 -
YUV 191.35 163.92 140.59 -
System Red Green Blue C M Y K H S L
Decimal 209 170 255 0.18 0.33 0 0 267.53 1 0.83
Hex D1 AA FF 12 21 0 0 10C 64 53
Octal 321 252 377 22 41 0 0 414 144 123
Binary 11010001 10101010 11111111 10010 100001 0 0 100001100 1100100 1010011

Color Harmonies of #D1AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAFF

Black with #D1AAFF

Text Example


Text Example

White with #D1AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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