#D0ADFF

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

Shades of Mauve #D0ADFF

Tints of Mauve #D0ADFF

Color information

#D0ADFF (or 0xD0ADFF) is unknown color: approx Mauve. HEX triplet: D0, AD and FF. RGB value is (208,173,255). Sum of RGB (Red+Green+Blue) = 208+173+255=636 (84% of max value = 765). Red value is 208 (81.64% from 255 or 32.70% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D0ADFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0ADFF is #2F5200. Grayscale: #C0C0C0. Windows color (decimal): -3101185 or 16756176. OLE color: 16756176.

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

Color convert

RGB208173255-
CMYK0.180.3200
HSL265.61º100%83.92%-
HSV(B)265.61º32.16%100%-
XYZ59.0150.52101.25-
YUV192.81163.1138.83-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.70%
GREEN value IS 173 (67.97% from 255) = 27.20%
BLUE value IS 255 (100% from 255) = 40.09%
R=32.70%
G=27.20%
B=40.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081732550.180.3200265.6110083.92
HexD0ADFF12200010a6454
Octal320255377224000412144124
Binary110100001010110111111111100101000000010000101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0ADFF; }

 p { color: rgb(208,173,255); }

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

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

 a { background-color: rgb(208,173,255); }

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

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

 span { border-color: rgb(208,173,255); }

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