#D8ADFF

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

Shades of Mauve #D8ADFF

Tints of Mauve #D8ADFF

Color information

#D8ADFF (or 0xD8ADFF) is unknown color: approx Mauve. HEX triplet: D8, AD and FF. RGB value is (216,173,255). Sum of RGB (Red+Green+Blue) = 216+173+255=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADFF is #275200. Grayscale: #C2C2C2. Windows color (decimal): -2576897 or 16756184. OLE color: 16756184.

HSL color Cylindrical-coordinate representation of color #D8ADFF: hue angle of 271.46º 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 #D8ADFF is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB216173255-
CMYK0.150.3200
HSL271.46º100%83.92%-
HSV(B)271.46º32.16%100%-
XYZ61.3151.71101.36-
YUV195.2161.75142.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 255 (100% from 255) = 39.60%
R=33.54%
G=26.86%
B=39.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2161732550.150.3200271.4610083.92
HexD8ADFFF200010f6454
Octal330255377174000417144124
Binary11011000101011011111111111111000000010000111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADFF; }

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

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

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

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

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

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

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

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