#DDBFF5

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

Shades of Mauve #DDBFF5

Tints of Mauve #DDBFF5

Color information

#DDBFF5 (or 0xDDBFF5) is unknown color: approx Mauve. HEX triplet: DD, BF and F5. RGB value is (221,191,245). Sum of RGB (Red+Green+Blue) = 221+191+245=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 191 (75% from 255 or 29.07% from 657); Blue value is 245 (96.09% from 255 or 37.29% from 657); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDBFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF5 is #22400A. Grayscale: #CDCDCD. Windows color (decimal): -2244619 or 16105437. OLE color: 16105437.

HSL color Cylindrical-coordinate representation of color #DDBFF5: hue angle of 273.33º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDBFF5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221191245-
CMYK0.100.2200.04
HSL273.33º72.97%85.49%-
HSV(B)273.33º22.04%96.08%-
XYZ64.9359.2394.4-
YUV206.13149.94138.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 191 (75% from 255) = 29.07%
BLUE value IS 245 (96.09% from 255) = 37.29%
R=33.64%
G=29.07%
B=37.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211912450.100.2200.04273.3372.9785.49
HexDDBFF5A16041114955
Octal335277365122604421111125
Binary110111011011111111110101101010110010010001000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFF5; }

 p { color: rgb(221,191,245); }

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

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

 a { background-color: rgb(221,191,245); }

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

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

 span { border-color: rgb(221,191,245); }

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