#D5ADFE

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

Shades of Mauve #D5ADFE

Tints of Mauve #D5ADFE

Color information

#D5ADFE (or 0xD5ADFE) is unknown color: approx Mauve. HEX triplet: D5, AD and FE. RGB value is (213,173,254). Sum of RGB (Red+Green+Blue) = 213+173+254=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5ADFE is #2A5201. Grayscale: #C1C1C1. Windows color (decimal): -2773506 or 16690645. OLE color: 16690645.

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

Color convert

RGB213173254-
CMYK0.160.3200.00
HSL269.63º97.59%83.73%-
HSV(B)269.63º31.89%99.61%-
XYZ60.2751.19100.47-
YUV194.19161.75141.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 173 (67.97% from 255) = 27.03%
BLUE value IS 254 (99.61% from 255) = 39.69%
R=33.28%
G=27.03%
B=39.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2131732540.160.3200.00269.6397.5983.73
HexD5ADFE10200010e6254
Octal325255376204000416142124
Binary110101011010110111111110100001000000010000111011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ADFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ADFE; }

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

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

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

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

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

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

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

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