Html Css Color HEX #D9ABFF Mauve

📋 copy color: '#D9ABFF'

red 217 ◦ green 171 ◦ blue 255

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

Shades of Mauve #D9ABFF

Tints of Mauve #D9ABFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 39.66%

R = 33.75%
G = 26.59%
B = 39.66%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9ABFF (or 0xD9ABFF) is known color: Mauve. HEX triplet: D9, AB and FF. RGB value is (217,171,255). Sum of RGB (Red+Green+Blue) = 217+171+255=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 171 (67.19% from 255 or 26.59% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ABFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ABFF is #265400. Grayscale: #C2C2C2. Windows color (decimal): -2511873 or 16755673. OLE color: 16755673.

HSL color Cylindrical-coordinate representation of color #D9ABFF: hue angle of 272.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D9ABFF is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 171 255 -
CMYK 0.15 0.33 0 0
HSL 272.86º 1% 0.84% -
HSV(B) 272.86º 0.33% 1% -
XYZ 61.23 51.1 101.24 -
YUV 194.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 217 171 255 0.15 0.33 0 0 272.86 1 0.84
Hex D9 AB FF F 21 0 0 111 64 54
Octal 331 253 377 17 41 0 0 421 144 124
Binary 11011001 10101011 11111111 1111 100001 0 0 100010001 1100100 1010100

Color Harmonies of #D9ABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ABFF

Black with #D9ABFF

Text Example


Text Example

White with #D9ABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ABFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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