#D5ADFA

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

Shades of Mauve #D5ADFA

Tints of Mauve #D5ADFA

Color information

#D5ADFA (or 0xD5ADFA) is unknown color: approx Mauve. HEX triplet: D5, AD and FA. RGB value is (213,173,250). Sum of RGB (Red+Green+Blue) = 213+173+250=636 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.49% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 250 (98.05% from 255 or 39.31% from 636); Max value from RGB is 250 - color contains mainly: blue. Hex color #D5ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFA is #2A5205. Grayscale: #C1C1C1. Windows color (decimal): -2773510 or 16428501. OLE color: 16428501.

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

Color convert

RGB213173250-
CMYK0.150.3100.02
HSL271.17º88.51%82.94%-
HSV(B)271.17º30.8%98.04%-
XYZ59.6450.9497.13-
YUV193.74159.75141.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.49%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 250 (98.05% from 255) = 39.31%
R=33.49%
G=27.20%
B=39.31%

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
Decimal2131732500.150.3100.02271.1788.5182.94
HexD5ADFAF1F0210f5953
Octal325255372173702417131123
Binary11010101101011011111101011111111101010000111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADFA; }

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

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

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

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

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

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

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

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