#D4ADFC

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

Shades of Mauve #D4ADFC

Tints of Mauve #D4ADFC

Color information

#D4ADFC (or 0xD4ADFC) is unknown color: approx Mauve. HEX triplet: D4, AD and FC. RGB value is (212,173,252). Sum of RGB (Red+Green+Blue) = 212+173+252=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFC is #2B5203. Grayscale: #C1C1C1. Windows color (decimal): -2839044 or 16559572. OLE color: 16559572.

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

Color convert

RGB212173252-
CMYK0.160.3100.01
HSL269.62º92.94%83.33%-
HSV(B)269.62º31.35%98.82%-
XYZ59.6750.9198.78-
YUV193.67160.92141.08-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.28%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 252 (98.83% from 255) = 39.56%
R=33.28%
G=27.16%
B=39.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121732520.160.3100.01269.6292.9483.33
HexD4ADFC101F0110e5d53
Octal324255374203701416135123
Binary11010100101011011111110010000111110110000111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADFC; }

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

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

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

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

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

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

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

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