#D4ADFA

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

Shades of Mauve #D4ADFA

Tints of Mauve #D4ADFA

Color information

#D4ADFA (or 0xD4ADFA) is unknown color: approx Mauve. HEX triplet: D4, AD and FA. RGB value is (212,173,250). Sum of RGB (Red+Green+Blue) = 212+173+250=635 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.39% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFA is #2B5205. Grayscale: #C1C1C1. Windows color (decimal): -2839046 or 16428500. OLE color: 16428500.

HSL color Cylindrical-coordinate representation of color #D4ADFA: hue angle of 270.39º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4ADFA is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212173250-
CMYK0.150.3100.02
HSL270.39º88.51%82.94%-
HSV(B)270.39º30.8%98.04%-
XYZ59.3550.7997.12-
YUV193.44159.92141.24-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.39%
GREEN value IS 173 (67.97% from 255) = 27.24%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=33.39%
G=27.24%
B=39.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121732500.150.3100.02270.3988.5182.94
HexD4ADFAF1F0210e5953
Octal324255372173702416131123
Binary11010100101011011111101011111111101010000111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADFA; }

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

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

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

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

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

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

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

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