Html Css Color HEX #D9AAEF Mauve

📋 copy color: '#D9AAEF'

red 217 ◦ green 170 ◦ blue 239

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

Shades of Mauve #D9AAEF

Tints of Mauve #D9AAEF

RGB

 RED value IS 217 (85.16% from 255) = 34.66%

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

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

R = 34.66%
G = 27.16%
B = 38.18%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D9AAEF (or 0xD9AAEF) is known color: Mauve. HEX triplet: D9, AA and EF. RGB value is (217,170,239). Sum of RGB (Red+Green+Blue) = 217+170+239=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 239 (93.75% from 255 or 38.18% from 626); Max value from RGB is 239 - color contains mainly: blue. Hex color #D9AAEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAEF is #265510. Grayscale: #BFBFBF. Windows color (decimal): -2512145 or 15706841. OLE color: 15706841.

HSL color Cylindrical-coordinate representation of color #D9AAEF: hue angle of 280.87º 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 #D9AAEF is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 170 239 -
CMYK 0.09 0.29 0 0.06
HSL 280.87º 0.68% 0.8% -
HSV(B) 280.87º 0.29% 0.94% -
XYZ 58.57 49.73 88.17 -
YUV 191.92 154.57 145.89 -
System Red Green Blue C M Y K H S L
Decimal 217 170 239 0.09 0.29 0 0.06 280.87 0.68 0.8
Hex D9 AA EF 9 1D 0 6 119 44 50
Octal 331 252 357 11 35 0 6 431 104 120
Binary 11011001 10101010 11101111 1001 11101 0 110 100011001 1000100 1010000

Color Harmonies of #D9AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAEF

Black with #D9AAEF

Text Example


Text Example

White with #D9AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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