Html Css Color HEX #D1AAEF Mauve

📋 copy color: '#D1AAEF'

red 209 ◦ green 170 ◦ blue 239

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

Shades of Mauve #D1AAEF

Tints of Mauve #D1AAEF

RGB

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

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

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

R = 33.82%
G = 27.51%
B = 38.67%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D1AAEF (or 0xD1AAEF) is known color: Mauve. HEX triplet: D1, AA and EF. RGB value is (209,170,239). Sum of RGB (Red+Green+Blue) = 209+170+239=618 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.82% from 618); Green value is 170 (66.80% from 255 or 27.51% 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 #D1AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1AAEF is #2E5510. Grayscale: #BDBDBD. Windows color (decimal): -3036433 or 15706833. OLE color: 15706833.

HSL color Cylindrical-coordinate representation of color #D1AAEF: hue angle of 273.91º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D1AAEF is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 170 239 -
CMYK 0.13 0.29 0 0.06
HSL 273.91º 0.68% 0.8% -
HSV(B) 273.91º 0.29% 0.94% -
XYZ 56.25 48.54 88.07 -
YUV 189.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 209 170 239 0.13 0.29 0 0.06 273.91 0.68 0.8
Hex D1 AA EF D 1D 0 6 112 44 50
Octal 321 252 357 15 35 0 6 422 104 120
Binary 11010001 10101010 11101111 1101 11101 0 110 100010010 1000100 1010000

Color Harmonies of #D1AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AAEF

Black with #D1AAEF

Text Example


Text Example

White with #D1AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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