#D5ADF1

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

Shades of Mauve #D5ADF1

Tints of Mauve #D5ADF1

Color information

#D5ADF1 (or 0xD5ADF1) is unknown color: approx Mauve. HEX triplet: D5, AD and F1. RGB value is (213,173,241). Sum of RGB (Red+Green+Blue) = 213+173+241=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 173 (67.97% from 255 or 27.59% from 627); Blue value is 241 (94.53% from 255 or 38.44% from 627); Max value from RGB is 241 - color contains mainly: blue. Hex color #D5ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADF1 is #2A520E. Grayscale: #C0C0C0. Windows color (decimal): -2773519 or 15838677. OLE color: 15838677.

HSL color Cylindrical-coordinate representation of color #D5ADF1: hue angle of 275.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5ADF1 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB213173241-
CMYK0.120.2800.05
HSL275.29º70.83%81.18%-
HSV(B)275.29º28.22%94.51%-
XYZ58.2650.3889.87-
YUV192.71155.25142.47-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.97%
GREEN value IS 173 (67.97% from 255) = 27.59%
BLUE value IS 241 (94.53% from 255) = 38.44%
R=33.97%
G=27.59%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131732410.120.2800.05275.2970.8381.18
HexD5ADF1C1C051134751
Octal325255361143405423107121
Binary110101011010110111110001110011100010110001001110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADF1; }

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

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

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

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

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

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

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

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