#D9ADF3

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

Shades of Mauve #D9ADF3

Tints of Mauve #D9ADF3

Color information

#D9ADF3 (or 0xD9ADF3) is unknown color: approx Mauve. HEX triplet: D9, AD and F3. RGB value is (217,173,243). Sum of RGB (Red+Green+Blue) = 217+173+243=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 243 (95.31% from 255 or 38.39% from 633); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9ADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ADF3 is #26520C. Grayscale: #C1C1C1. Windows color (decimal): -2511373 or 15969753. OLE color: 15969753.

HSL color Cylindrical-coordinate representation of color #D9ADF3: hue angle of 277.71º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9ADF3 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217173243-
CMYK0.110.2900.05
HSL277.71º74.47%81.57%-
HSV(B)277.71º28.81%95.29%-
XYZ59.7451.1191.51-
YUV194.14155.58144.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.28%
GREEN value IS 173 (67.97% from 255) = 27.33%
BLUE value IS 243 (95.31% from 255) = 38.39%
R=34.28%
G=27.33%
B=38.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171732430.110.2900.05277.7174.4781.57
HexD9ADF3B1D051164a52
Octal331255363133505426112122
Binary110110011010110111110011101111101010110001011010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9ADF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9ADF3; }

 p { color: rgb(217,173,243); }

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

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

 a { background-color: rgb(217,173,243); }

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

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

 span { border-color: rgb(217,173,243); }

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