#DDA5FB

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

Shades of Mauve #DDA5FB

Tints of Mauve #DDA5FB

Color information

#DDA5FB (or 0xDDA5FB) is unknown color: approx Mauve. HEX triplet: DD, A5 and FB. RGB value is (221,165,251). Sum of RGB (Red+Green+Blue) = 221+165+251=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 165 (64.84% from 255 or 25.90% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDA5FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDA5FB is #225A04. Grayscale: #BFBFBF. Windows color (decimal): -2251269 or 16491997. OLE color: 16491997.

HSL color Cylindrical-coordinate representation of color #DDA5FB: hue angle of 279.07º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DDA5FB is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221165251-
CMYK0.120.3400.02
HSL279.07º91.49%81.57%-
HSV(B)279.07º34.26%98.43%-
XYZ60.6949.2597.57-
YUV191.55161.55149.01-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 165 (64.84% from 255) = 25.90%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=34.69%
G=25.90%
B=39.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211652510.120.3400.02279.0791.4981.57
HexDDA5FBC22021175b52
Octal335245373144202427133122
Binary110111011010010111111011110010001001010001011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA5FB; }

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

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

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

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

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

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

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

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