#DDB5FC

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

Shades of Mauve #DDB5FC

Tints of Mauve #DDB5FC

Color information

#DDB5FC (or 0xDDB5FC) is unknown color: approx Mauve. HEX triplet: DD, B5 and FC. RGB value is (221,181,252). Sum of RGB (Red+Green+Blue) = 221+181+252=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 181 (71.09% from 255 or 27.68% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #DDB5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB5FC is #224A03. Grayscale: #C8C8C8. Windows color (decimal): -2247172 or 16561629. OLE color: 16561629.

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

Color convert

RGB221181252-
CMYK0.120.2800.01
HSL273.8º92.21%84.9%-
HSV(B)273.8º28.17%98.82%-
XYZ63.9155.4599.43-
YUV201.05156.75142.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.79%
GREEN value IS 181 (71.09% from 255) = 27.68%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=33.79%
G=27.68%
B=38.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2211812520.120.2800.01273.892.2184.9
HexDDB5FCC1C011125c55
Octal335265374143401422134125
Binary1101110110110101111111001100111000110001001010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB5FC; }

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

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

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

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

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

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

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

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