Html Css Color HEX #D9AEEB Mauve

📋 copy color: '#D9AEEB'

red 217 ◦ green 174 ◦ blue 235

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

Shades of Mauve #D9AEEB

Tints of Mauve #D9AEEB

RGB

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

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

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

R = 34.66%
G = 27.8%
B = 37.54%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9AEEB (or 0xD9AEEB) is known color: Mauve. HEX triplet: D9, AE and EB. RGB value is (217,174,235). Sum of RGB (Red+Green+Blue) = 217+174+235=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9AEEB is #265114. Grayscale: #C1C1C1. Windows color (decimal): -2511125 or 15445721. OLE color: 15445721.

HSL color Cylindrical-coordinate representation of color #D9AEEB: hue angle of 282.3º degrees, saturation: 0.6, 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 #D9AEEB is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 174 235 -
CMYK 0.08 0.26 0 0.08
HSL 282.3º 0.6% 0.8% -
HSV(B) 282.3º 0.26% 0.92% -
XYZ 58.75 51.02 85.35 -
YUV 193.81 151.25 144.54 -
System Red Green Blue C M Y K H S L
Decimal 217 174 235 0.08 0.26 0 0.08 282.3 0.6 0.8
Hex D9 AE EB 8 1A 0 8 11A 3C 50
Octal 331 256 353 10 32 0 10 432 74 120
Binary 11011001 10101110 11101011 1000 11010 0 1000 100011010 111100 1010000

Color Harmonies of #D9AEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AEEB

Black with #D9AEEB

Text Example


Text Example

White with #D9AEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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