#D4ADFD

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

Shades of Mauve #D4ADFD

Tints of Mauve #D4ADFD

Color information

#D4ADFD (or 0xD4ADFD) is unknown color: approx Mauve. HEX triplet: D4, AD and FD. RGB value is (212,173,253). Sum of RGB (Red+Green+Blue) = 212+173+253=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 173 (67.97% from 255 or 27.12% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D4ADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFD is #2B5202. Grayscale: #C1C1C1. Windows color (decimal): -2839043 or 16625108. OLE color: 16625108.

HSL color Cylindrical-coordinate representation of color #D4ADFD: hue angle of 269.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D4ADFD is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212173253-
CMYK0.160.3200.01
HSL269.25º95.24%83.53%-
HSV(B)269.25º31.62%99.22%-
XYZ59.8250.9899.61-
YUV193.78161.42141-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.23%
GREEN value IS 173 (67.97% from 255) = 27.12%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=33.23%
G=27.12%
B=39.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121732530.160.3200.01269.2595.2483.53
HexD4ADFD10200110d5f54
Octal324255375204001415137124
Binary110101001010110111111101100001000000110000110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADFD; }

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

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

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

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

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

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

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

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