#DDBFFF

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

Shades of Mauve #DDBFFF

Tints of Mauve #DDBFFF

Color information

#DDBFFF (or 0xDDBFFF) is unknown color: approx Mauve. HEX triplet: DD, BF and FF. RGB value is (221,191,255). Sum of RGB (Red+Green+Blue) = 221+191+255=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 191 (75% from 255 or 28.64% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DDBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDBFFF is #224000. Grayscale: #CFCFCF. Windows color (decimal): -2244609 or 16760797. OLE color: 16760797.

HSL color Cylindrical-coordinate representation of color #DDBFFF: hue angle of 268.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDBFFF is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB221191255-
CMYK0.130.2500
HSL268.12º100%87.45%-
HSV(B)268.12º25.1%100%-
XYZ66.559.85102.66-
YUV207.27154.94137.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.13%
GREEN value IS 191 (75% from 255) = 28.64%
BLUE value IS 255 (100% from 255) = 38.23%
R=33.13%
G=28.64%
B=38.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2211912550.130.2500268.1210087.45
HexDDBFFFD190010c6457
Octal335277377153100414144127
Binary1101110110111111111111111101110010010000110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBFFF; }

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

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

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

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

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

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

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

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