#D2ADFF

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

Shades of Mauve #D2ADFF

Tints of Mauve #D2ADFF

Color information

#D2ADFF (or 0xD2ADFF) is unknown color: approx Mauve. HEX triplet: D2, AD and FF. RGB value is (210,173,255). Sum of RGB (Red+Green+Blue) = 210+173+255=638 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.92% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #D2ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADFF is #2D5200. Grayscale: #C1C1C1. Windows color (decimal): -2970113 or 16756178. OLE color: 16756178.

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

Color convert

RGB210173255-
CMYK0.180.3200
HSL267.07º100%83.92%-
HSV(B)267.07º32.16%100%-
XYZ59.5750.81101.28-
YUV193.41162.76139.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.92%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 255 (100% from 255) = 39.97%
R=32.92%
G=27.12%
B=39.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101732550.180.3200267.0710083.92
HexD2ADFF12200010b6454
Octal322255377224000413144124
Binary110100101010110111111111100101000000010000101111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADFF; }

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

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

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

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

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

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

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

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