#D1ADED

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

Shades of Mauve #D1ADED

Tints of Mauve #D1ADED

Color information

#D1ADED (or 0xD1ADED) is unknown color: approx Mauve. HEX triplet: D1, AD and ED. RGB value is (209,173,237). Sum of RGB (Red+Green+Blue) = 209+173+237=619 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.76% from 619); Green value is 173 (67.97% from 255 or 27.95% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D1ADED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D1ADED is #2E5212. Grayscale: #BEBEBE. Windows color (decimal): -3035667 or 15576529. OLE color: 15576529.

HSL color Cylindrical-coordinate representation of color #D1ADED: hue angle of 273.75º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1ADED is Cyan = 0.12, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB209173237-
CMYK0.120.2700.07
HSL273.75º64%80.39%-
HSV(B)273.75º27%92.94%-
XYZ56.5249.5686.71-
YUV191.06153.93140.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.76%
GREEN value IS 173 (67.97% from 255) = 27.95%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=33.76%
G=27.95%
B=38.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2091732370.120.2700.07273.756480.39
HexD1ADEDC1B071124050
Octal321255355143307422100120
Binary110100011010110111101101110011011011110001001010000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1ADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1ADED; }

 p { color: rgb(209,173,237); }

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

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

 a { background-color: rgb(209,173,237); }

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

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

 span { border-color: rgb(209,173,237); }

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