Html Css Color HEX #D9ABEB Mauve

📋 copy color: '#D9ABEB'

red 217 ◦ green 171 ◦ blue 235

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

Shades of Mauve #D9ABEB

Tints of Mauve #D9ABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 27.45%

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

R = 34.83%
G = 27.45%
B = 37.72%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9ABEB (or 0xD9ABEB) is known color: Mauve. HEX triplet: D9, AB and EB. RGB value is (217,171,235). Sum of RGB (Red+Green+Blue) = 217+171+235=623 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.83% from 623); Green value is 171 (67.19% from 255 or 27.45% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABEB is #265414. Grayscale: #BFBFBF. Windows color (decimal): -2511893 or 15444953. OLE color: 15444953.

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

Color convert

RGB 217 171 235 -
CMYK 0.08 0.27 0 0.08
HSL 283.13º 0.62% 0.8% -
HSV(B) 283.13º 0.27% 0.92% -
XYZ 58.17 49.88 85.16 -
YUV 192.05 152.24 145.8 -
System Red Green Blue C M Y K H S L
Decimal 217 171 235 0.08 0.27 0 0.08 283.13 0.62 0.8
Hex D9 AB EB 8 1B 0 8 11B 3E 50
Octal 331 253 353 10 33 0 10 433 76 120
Binary 11011001 10101011 11101011 1000 11011 0 1000 100011011 111110 1010000

Color Harmonies of #D9ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABEB

Black with #D9ABEB

Text Example


Text Example

White with #D9ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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