#DDBFF1

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

Shades of Mauve #DDBFF1

Tints of Mauve #DDBFF1

Color information

#DDBFF1 (or 0xDDBFF1) is unknown color: approx Mauve. HEX triplet: DD, BF and F1. RGB value is (221,191,241). Sum of RGB (Red+Green+Blue) = 221+191+241=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDBFF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFF1 is #22400E. Grayscale: #CDCDCD. Windows color (decimal): -2244623 or 15843293. OLE color: 15843293.

HSL color Cylindrical-coordinate representation of color #DDBFF1: hue angle of 276º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDBFF1 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221191241-
CMYK0.080.2100.05
HSL276º64.1%84.71%-
HSV(B)276º20.75%94.51%-
XYZ64.3358.9891.21-
YUV205.67147.94138.93-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.84%
GREEN value IS 191 (75% from 255) = 29.25%
BLUE value IS 241 (94.53% from 255) = 36.91%
R=33.84%
G=29.25%
B=36.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211912410.080.2100.0527664.184.71
HexDDBFF1815051144055
Octal335277361102505424100125
Binary110111011011111111110001100010101010110001010010000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFF1; }

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

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

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

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

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

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

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

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