#D8ADFA

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

Shades of Mauve #D8ADFA

Tints of Mauve #D8ADFA

Color information

#D8ADFA (or 0xD8ADFA) is unknown color: approx Mauve. HEX triplet: D8, AD and FA. RGB value is (216,173,250). Sum of RGB (Red+Green+Blue) = 216+173+250=639 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.80% from 639); Green value is 173 (67.97% from 255 or 27.07% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #D8ADFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8ADFA is #275205. Grayscale: #C2C2C2. Windows color (decimal): -2576902 or 16428504. OLE color: 16428504.

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

Color convert

RGB216173250-
CMYK0.140.3100.02
HSL273.51º88.51%82.94%-
HSV(B)273.51º30.8%98.04%-
XYZ60.5251.3997.17-
YUV194.64159.25143.24-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.80%
GREEN value IS 173 (67.97% from 255) = 27.07%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=33.80%
G=27.07%
B=39.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161732500.140.3100.02273.5188.5182.94
HexD8ADFAE1F021125953
Octal330255372163702422131123
Binary11011000101011011111101011101111101010001001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8ADFA; }

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

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

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

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

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

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

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

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