#D4ADFB

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

Shades of Mauve #D4ADFB

Tints of Mauve #D4ADFB

Color information

#D4ADFB (or 0xD4ADFB) is unknown color: approx Mauve. HEX triplet: D4, AD and FB. RGB value is (212,173,251). Sum of RGB (Red+Green+Blue) = 212+173+251=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 251 (98.44% from 255 or 39.47% from 636); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4ADFB is #2B5204. Grayscale: #C1C1C1. Windows color (decimal): -2839045 or 16494036. OLE color: 16494036.

HSL color Cylindrical-coordinate representation of color #D4ADFB: hue angle of 270º degrees, saturation: 0.91, 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 #D4ADFB is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212173251-
CMYK0.160.3100.02
HSL270º90.7%83.14%-
HSV(B)270º31.08%98.43%-
XYZ59.5150.8597.95-
YUV193.55160.42141.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 251 (98.44% from 255) = 39.47%
R=33.33%
G=27.20%
B=39.47%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121732510.160.3100.0227090.783.14
HexD4ADFB101F0210e5b53
Octal324255373203702416133123
Binary110101001010110111111011100001111101010000111010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ADFB; }

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

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

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

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

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

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

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

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