#DFBBFC

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

Shades of Mauve #DFBBFC

Tints of Mauve #DFBBFC

Color information

#DFBBFC (or 0xDFBBFC) is unknown color: approx Mauve. HEX triplet: DF, BB and FC. RGB value is (223,187,252). Sum of RGB (Red+Green+Blue) = 223+187+252=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 187 (73.44% from 255 or 28.25% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFC is #204403. Grayscale: #CCCCCC. Windows color (decimal): -2114564 or 16563167. OLE color: 16563167.

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

Color convert

RGB223187252-
CMYK0.120.2600.01
HSL273.23º91.55%86.08%-
HSV(B)273.23º25.79%98.82%-
XYZ65.7758.2699.87-
YUV205.17154.43140.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.69%
GREEN value IS 187 (73.44% from 255) = 28.25%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=33.69%
G=28.25%
B=38.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231872520.120.2600.01273.2391.5586.08
HexDFBBFCC1A011115c56
Octal337273374143201421134126
Binary1101111110111011111111001100110100110001000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBFC; }

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

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

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

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

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

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

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

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