#D5ADFB

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

Shades of Mauve #D5ADFB

Tints of Mauve #D5ADFB

Color information

#D5ADFB (or 0xD5ADFB) is unknown color: approx Mauve. HEX triplet: D5, AD and FB. RGB value is (213,173,251). Sum of RGB (Red+Green+Blue) = 213+173+251=637 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.44% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #D5ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFB is #2A5204. Grayscale: #C1C1C1. Windows color (decimal): -2773509 or 16494037. OLE color: 16494037.

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

Color convert

RGB213173251-
CMYK0.150.3100.02
HSL270.77º90.7%83.14%-
HSV(B)270.77º31.08%98.43%-
XYZ59.85197.96-
YUV193.85160.25141.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.44%
GREEN value IS 173 (67.97% from 255) = 27.16%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=33.44%
G=27.16%
B=39.40%

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
Decimal2131732510.150.3100.02270.7790.783.14
HexD5ADFBF1F0210f5b53
Octal325255373173702417133123
Binary11010101101011011111101111111111101010000111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADFB; }

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

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

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

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

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

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

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

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