Html Css Color HEX #D9AEEA Mauve

📋 copy color: '#D9AEEA'

red 217 ◦ green 174 ◦ blue 234

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

Shades of Mauve #D9AEEA

Tints of Mauve #D9AEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 27.84%

 BLUE value IS 234 (91.8% from 255) = 37.44%

R = 34.72%
G = 27.84%
B = 37.44%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9AEEA (or 0xD9AEEA) is known color: Mauve. HEX triplet: D9, AE and EA. RGB value is (217,174,234). Sum of RGB (Red+Green+Blue) = 217+174+234=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 174 (68.36% from 255 or 27.84% from 625); Blue value is 234 (91.80% from 255 or 37.44% from 625); Max value from RGB is 234 - color contains mainly: blue. Hex color #D9AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEEA is #265115. Grayscale: #C1C1C1. Windows color (decimal): -2511126 or 15380185. OLE color: 15380185.

HSL color Cylindrical-coordinate representation of color #D9AEEA: hue angle of 283º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9AEEA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 174 234 -
CMYK 0.07 0.26 0 0.08
HSL 283º 0.59% 0.8% -
HSV(B) 283º 0.26% 0.92% -
XYZ 58.6 50.96 84.59 -
YUV 193.7 150.75 144.62 -
System Red Green Blue C M Y K H S L
Decimal 217 174 234 0.07 0.26 0 0.08 283 0.59 0.8
Hex D9 AE EA 7 1A 0 8 11B 3B 50
Octal 331 256 352 7 32 0 10 433 73 120
Binary 11011001 10101110 11101010 111 11010 0 1000 100011011 111011 1010000

Color Harmonies of #D9AEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEEA

Black with #D9AEEA

Text Example


Text Example

White with #D9AEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEEA; }

 p { color: rgb(217,174,234); }

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

background-color css

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

 a { background-color: rgb(217,174,234); }

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

border-color css

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

 span { border-color: rgb(217,174,234); }

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