#D0A9FE

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

Shades of Mauve #D0A9FE

Tints of Mauve #D0A9FE

Color information

#D0A9FE (or 0xD0A9FE) is unknown color: approx Mauve. HEX triplet: D0, A9 and FE. RGB value is (208,169,254). Sum of RGB (Red+Green+Blue) = 208+169+254=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 169 (66.41% from 255 or 26.78% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #D0A9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0A9FE is #2F5601. Grayscale: #BEBEBE. Windows color (decimal): -3102210 or 16689616. OLE color: 16689616.

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

Color convert

RGB208169254-
CMYK0.180.3300.00
HSL267.53º97.7%82.94%-
HSV(B)267.53º33.46%99.61%-
XYZ58.0948.94100.15-
YUV190.35163.92140.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 169 (66.41% from 255) = 26.78%
BLUE value IS 254 (99.61% from 255) = 40.25%
R=32.96%
G=26.78%
B=40.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2081692540.180.3300.00267.5397.782.94
HexD0A9FE12210010c6253
Octal320251376224100414142123
Binary110100001010100111111110100101000010010000110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A9FE; }

 p { color: rgb(208,169,254); }

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

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

 a { background-color: rgb(208,169,254); }

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

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

 span { border-color: rgb(208,169,254); }

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