#D9ADFF

Color #D9ADFF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D9ADFF

Tints of Mauve #D9ADFF

Color information

#D9ADFF (or 0xD9ADFF) is unknown color: approx Mauve. HEX triplet: D9, AD and FF. RGB value is (217,173,255). Sum of RGB (Red+Green+Blue) = 217+173+255=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 173 (67.97% from 255 or 26.82% from 645); Blue value is 255 (100% from 255 or 39.53% from 645); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADFF is #265200. Grayscale: #C3C3C3. Windows color (decimal): -2511361 or 16756185. OLE color: 16756185.

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

Color convert

RGB217173255-
CMYK0.150.3200
HSL272.2º100%83.92%-
HSV(B)272.2º32.16%100%-
XYZ61.6151.86101.37-
YUV195.5161.58143.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 173 (67.97% from 255) = 26.82%
BLUE value IS 255 (100% from 255) = 39.53%
R=33.64%
G=26.82%
B=39.53%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2171732550.150.3200272.210083.92
HexD9ADFFF20001106454
Octal331255377174000420144124
Binary11011001101011011111111111111000000010001000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADFF; }

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

 H1.HeaderClassName
 {
   color: #D9ADFF;
 }
 .AnyTagClassName
 {
   color: #D9ADFF;
 }
</style>
background-color css

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

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

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

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

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

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