#D2ADFE

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

Shades of Mauve #D2ADFE

Tints of Mauve #D2ADFE

Color information

#D2ADFE (or 0xD2ADFE) is unknown color: approx Mauve. HEX triplet: D2, AD and FE. RGB value is (210,173,254). Sum of RGB (Red+Green+Blue) = 210+173+254=637 (84% of max value = 765). Red value is 210 (82.42% from 255 or 32.97% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 254 (99.61% from 255 or 39.87% from 637); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2ADFE is #2D5201. Grayscale: #C1C1C1. Windows color (decimal): -2970114 or 16690642. OLE color: 16690642.

HSL color Cylindrical-coordinate representation of color #D2ADFE: hue angle of 267.41º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2ADFE is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210173254-
CMYK0.170.3200.00
HSL267.41º97.59%83.73%-
HSV(B)267.41º31.89%99.61%-
XYZ59.4150.74100.43-
YUV193.3162.26139.91-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.97%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 254 (99.61% from 255) = 39.87%
R=32.97%
G=27.16%
B=39.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101732540.170.3200.00267.4197.5983.73
HexD2ADFE11200010b6254
Octal322255376214000413142124
Binary110100101010110111111110100011000000010000101111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2ADFE; }

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

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

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

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

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

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

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

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