#D0AEFA

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

Shades of Mauve #D0AEFA

Tints of Mauve #D0AEFA

Color information

#D0AEFA (or 0xD0AEFA) is unknown color: approx Mauve. HEX triplet: D0, AE and FA. RGB value is (208,174,250). Sum of RGB (Red+Green+Blue) = 208+174+250=632 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.91% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 250 (98.05% from 255 or 39.56% from 632); Max value from RGB is 250 - color contains mainly: blue. Hex color #D0AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEFA is #2F5105. Grayscale: #C0C0C0. Windows color (decimal): -3100934 or 16428752. OLE color: 16428752.

HSL color Cylindrical-coordinate representation of color #D0AEFA: hue angle of 266.84º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D0AEFA is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB208174250-
CMYK0.170.3000.02
HSL266.84º88.37%83.14%-
HSV(B)266.84º30.4%98.04%-
XYZ58.450.5897.13-
YUV192.83160.26138.82-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.91%
GREEN value IS 174 (68.36% from 255) = 27.53%
BLUE value IS 250 (98.05% from 255) = 39.56%
R=32.91%
G=27.53%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081742500.170.3000.02266.8488.3783.14
HexD0AEFA111E0210b5853
Octal320256372213602413130123
Binary110100001010111011111010100011111001010000101110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEFA; }

 p { color: rgb(208,174,250); }

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

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

 a { background-color: rgb(208,174,250); }

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

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

 span { border-color: rgb(208,174,250); }

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