#D4ADFE

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

Shades of Mauve #D4ADFE

Tints of Mauve #D4ADFE

Color information

#D4ADFE (or 0xD4ADFE) is unknown color: approx Mauve. HEX triplet: D4, AD and FE. RGB value is (212,173,254). Sum of RGB (Red+Green+Blue) = 212+173+254=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFE is #2B5201. Grayscale: #C1C1C1. Windows color (decimal): -2839042 or 16690644. OLE color: 16690644.

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

Color convert

RGB212173254-
CMYK0.170.3200.00
HSL268.89º97.59%83.73%-
HSV(B)268.89º31.89%99.61%-
XYZ59.9851.04100.46-
YUV193.9161.92140.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 39.75%
R=33.18%
G=27.07%
B=39.75%

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
Decimal2121732540.170.3200.00268.8997.5983.73
HexD4ADFE11200010d6254
Octal324255376214000415142124
Binary110101001010110111111110100011000000010000110111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADFE; }

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

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

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

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

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

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

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

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