#D2ADF1

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

Shades of Mauve #D2ADF1

Tints of Mauve #D2ADF1

Color information

#D2ADF1 (or 0xD2ADF1) is unknown color: approx Mauve. HEX triplet: D2, AD and F1. RGB value is (210,173,241). Sum of RGB (Red+Green+Blue) = 210+173+241=624 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.65% from 624); Green value is 173 (67.97% from 255 or 27.72% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #D2ADF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADF1 is #2D520E. Grayscale: #BFBFBF. Windows color (decimal): -2970127 or 15838674. OLE color: 15838674.

HSL color Cylindrical-coordinate representation of color #D2ADF1: hue angle of 272.65º 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 #D2ADF1 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210173241-
CMYK0.130.2800.05
HSL272.65º70.83%81.18%-
HSV(B)272.65º28.22%94.51%-
XYZ57.449.9489.83-
YUV191.81155.76140.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.65%
GREEN value IS 173 (67.97% from 255) = 27.72%
BLUE value IS 241 (94.53% from 255) = 38.62%
R=33.65%
G=27.72%
B=38.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101732410.130.2800.05272.6570.8381.18
HexD2ADF1D1C051114751
Octal322255361153405421107121
Binary110100101010110111110001110111100010110001000110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADF1; }

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

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

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

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

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

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

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

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