#DDB5FB

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

Shades of Mauve #DDB5FB

Tints of Mauve #DDB5FB

Color information

#DDB5FB (or 0xDDB5FB) is unknown color: approx Mauve. HEX triplet: DD, B5 and FB. RGB value is (221,181,251). Sum of RGB (Red+Green+Blue) = 221+181+251=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 181 (71.09% from 255 or 27.72% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #DDB5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FB is #224A04. Grayscale: #C8C8C8. Windows color (decimal): -2247173 or 16496093. OLE color: 16496093.

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

Color convert

RGB221181251-
CMYK0.120.2800.02
HSL274.29º89.74%84.71%-
HSV(B)274.29º27.89%98.43%-
XYZ63.7655.3898.6-
YUV200.94156.25142.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 181 (71.09% from 255) = 27.72%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=33.84%
G=27.72%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211812510.120.2800.02274.2989.7484.71
HexDDB5FBC1C021125a55
Octal335265373143402422132125
Binary11011101101101011111101111001110001010001001010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5FB; }

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

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

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

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

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

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

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

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