Html Css Color HEX #D9AAEB Mauve

📋 copy color: '#D9AAEB'

red 217 ◦ green 170 ◦ blue 235

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

Shades of Mauve #D9AAEB

Tints of Mauve #D9AAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.78%

R = 34.89%
G = 27.33%
B = 37.78%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9AAEB (or 0xD9AAEB) is known color: Mauve. HEX triplet: D9, AA and EB. RGB value is (217,170,235). Sum of RGB (Red+Green+Blue) = 217+170+235=622 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.89% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 235 (92.19% from 255 or 37.78% from 622); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9AAEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AAEB is #265514. Grayscale: #BFBFBF. Windows color (decimal): -2512149 or 15444697. OLE color: 15444697.

HSL color Cylindrical-coordinate representation of color #D9AAEB: hue angle of 283.38º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D9AAEB is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 170 235 -
CMYK 0.08 0.28 0 0.08
HSL 283.38º 0.62% 0.79% -
HSV(B) 283.38º 0.28% 0.92% -
XYZ 57.99 49.5 85.1 -
YUV 191.46 152.57 146.21 -
System Red Green Blue C M Y K H S L
Decimal 217 170 235 0.08 0.28 0 0.08 283.38 0.62 0.79
Hex D9 AA EB 8 1C 0 8 11B 3E 4F
Octal 331 252 353 10 34 0 10 433 76 117
Binary 11011001 10101010 11101011 1000 11100 0 1000 100011011 111110 1001111

Color Harmonies of #D9AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AAEB

Black with #D9AAEB

Text Example


Text Example

White with #D9AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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