#DFBBFF

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

Shades of Mauve #DFBBFF

Tints of Mauve #DFBBFF

Color information

#DFBBFF (or 0xDFBBFF) is unknown color: approx Mauve. HEX triplet: DF, BB and FF. RGB value is (223,187,255). Sum of RGB (Red+Green+Blue) = 223+187+255=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 187 (73.44% from 255 or 28.12% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #DFBBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFF is #204400. Grayscale: #CDCDCD. Windows color (decimal): -2114561 or 16759775. OLE color: 16759775.

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

Color convert

RGB223187255-
CMYK0.130.2700
HSL271.76º100%86.67%-
HSV(B)271.76º26.67%100%-
XYZ66.2558.45102.4-
YUV205.52155.93140.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 187 (73.44% from 255) = 28.12%
BLUE value IS 255 (100% from 255) = 38.35%
R=33.53%
G=28.12%
B=38.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2231872550.130.2700271.7610086.67
HexDFBBFFD1B001106457
Octal337273377153300420144127
Binary1101111110111011111111111101110110010001000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBFF; }

 p { color: rgb(223,187,255); }

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

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

 a { background-color: rgb(223,187,255); }

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

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

 span { border-color: rgb(223,187,255); }

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