Html Css Color HEX #D1AAFD Mauve

📋 copy color: '#D1AAFD'

red 209 ◦ green 170 ◦ blue 253

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

Shades of Mauve #D1AAFD

Tints of Mauve #D1AAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.03%

R = 33.07%
G = 26.9%
B = 40.03%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D1AAFD (or 0xD1AAFD) is known color: Mauve. HEX triplet: D1, AA and FD. RGB value is (209,170,253). Sum of RGB (Red+Green+Blue) = 209+170+253=632 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.07% from 632); Green value is 170 (66.80% from 255 or 26.90% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #D1AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAFD is #2E5502. Grayscale: #BEBEBE. Windows color (decimal): -3036419 or 16624337. OLE color: 16624337.

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

Color convert

RGB 209 170 253 -
CMYK 0.17 0.33 0 0.01
HSL 268.19º 0.95% 0.83% -
HSV(B) 268.19º 0.33% 0.99% -
XYZ 58.4 49.4 99.39 -
YUV 191.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 209 170 253 0.17 0.33 0 0.01 268.19 0.95 0.83
Hex D1 AA FD 11 21 0 1 10C 5F 53
Octal 321 252 375 21 41 0 1 414 137 123
Binary 11010001 10101010 11111101 10001 100001 0 1 100001100 1011111 1010011

Color Harmonies of #D1AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAFD

Black with #D1AAFD

Text Example


Text Example

White with #D1AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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