#D0AEFB

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

Shades of Mauve #D0AEFB

Tints of Mauve #D0AEFB

Color information

#D0AEFB (or 0xD0AEFB) is unknown color: approx Mauve. HEX triplet: D0, AE and FB. RGB value is (208,174,251). Sum of RGB (Red+Green+Blue) = 208+174+251=633 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.86% from 633); Green value is 174 (68.36% from 255 or 27.49% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #D0AEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D0AEFB is #2F5104. Grayscale: #C0C0C0. Windows color (decimal): -3100933 or 16494288. OLE color: 16494288.

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

Color convert

RGB208174251-
CMYK0.170.3100.02
HSL266.49º90.59%83.33%-
HSV(B)266.49º30.68%98.43%-
XYZ58.5650.6597.96-
YUV192.94160.76138.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.86%
GREEN value IS 174 (68.36% from 255) = 27.49%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=32.86%
G=27.49%
B=39.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2081742510.170.3100.02266.4990.5983.33
HexD0AEFB111F0210a5b53
Octal320256373213702412133123
Binary110100001010111011111011100011111101010000101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AEFB; }

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

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

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

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

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

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

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

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