#D5ADFF

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

Shades of Mauve #D5ADFF

Tints of Mauve #D5ADFF

Color information

#D5ADFF (or 0xD5ADFF) is unknown color: approx Mauve. HEX triplet: D5, AD and FF. RGB value is (213,173,255). Sum of RGB (Red+Green+Blue) = 213+173+255=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 173 (67.97% from 255 or 26.99% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #D5ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFF is #2A5200. Grayscale: #C2C2C2. Windows color (decimal): -2773505 or 16756181. OLE color: 16756181.

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

Color convert

RGB213173255-
CMYK0.160.3200
HSL269.27º100%83.92%-
HSV(B)269.27º32.16%100%-
XYZ60.4351.25101.32-
YUV194.31162.25141.33-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 173 (67.97% from 255) = 26.99%
BLUE value IS 255 (100% from 255) = 39.78%
R=33.23%
G=26.99%
B=39.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2131732550.160.3200269.2710083.92
HexD5ADFF10200010d6454
Octal325255377204000415144124
Binary110101011010110111111111100001000000010000110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADFF; }

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

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

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

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

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

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

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

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