#DDAEFB

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

Shades of Mauve #DDAEFB

Tints of Mauve #DDAEFB

Color information

#DDAEFB (or 0xDDAEFB) is unknown color: approx Mauve. HEX triplet: DD, AE and FB. RGB value is (221,174,251). Sum of RGB (Red+Green+Blue) = 221+174+251=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 174 (68.36% from 255 or 26.93% from 646); Blue value is 251 (98.44% from 255 or 38.85% from 646); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDAEFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDAEFB is #225104. Grayscale: #C4C4C4. Windows color (decimal): -2248965 or 16494301. OLE color: 16494301.

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

Color convert

RGB221174251-
CMYK0.120.3100.02
HSL276.62º90.59%83.33%-
HSV(B)276.62º30.68%98.43%-
XYZ62.3752.6198.13-
YUV196.83158.57145.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 174 (68.36% from 255) = 26.93%
BLUE value IS 251 (98.44% from 255) = 38.85%
R=34.21%
G=26.93%
B=38.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211742510.120.3100.02276.6290.5983.33
HexDDAEFBC1F021155b53
Octal335256373143702425133123
Binary11011101101011101111101111001111101010001010110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEFB; }

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

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

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

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

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

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

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

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