#DDB0FA

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

Shades of Mauve #DDB0FA

Tints of Mauve #DDB0FA

Color information

#DDB0FA (or 0xDDB0FA) is unknown color: approx Mauve. HEX triplet: DD, B0 and FA. RGB value is (221,176,250). Sum of RGB (Red+Green+Blue) = 221+176+250=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 176 (69.14% from 255 or 27.20% from 647); Blue value is 250 (98.05% from 255 or 38.64% from 647); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDB0FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DDB0FA is #224F05. Grayscale: #C5C5C5. Windows color (decimal): -2248454 or 16429277. OLE color: 16429277.

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

Color convert

RGB221176250-
CMYK0.120.3000.02
HSL276.49º88.1%83.53%-
HSV(B)276.49º29.6%98.04%-
XYZ62.653.3297.44-
YUV197.89157.41144.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.16%
GREEN value IS 176 (69.14% from 255) = 27.20%
BLUE value IS 250 (98.05% from 255) = 38.64%
R=34.16%
G=27.20%
B=38.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211762500.120.3000.02276.4988.183.53
HexDDB0FAC1E021145854
Octal335260372143602424130124
Binary11011101101100001111101011001111001010001010010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB0FA; }

 p { color: rgb(221,176,250); }

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

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

 a { background-color: rgb(221,176,250); }

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

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

 span { border-color: rgb(221,176,250); }

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