#DFBBF4

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

Shades of Mauve #DFBBF4

Tints of Mauve #DFBBF4

Color information

#DFBBF4 (or 0xDFBBF4) is unknown color: approx Mauve. HEX triplet: DF, BB and F4. RGB value is (223,187,244). Sum of RGB (Red+Green+Blue) = 223+187+244=654 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.10% from 654); Green value is 187 (73.44% from 255 or 28.59% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #DFBBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF4 is #20440B. Grayscale: #CCCCCC. Windows color (decimal): -2114572 or 16038879. OLE color: 16038879.

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

Color convert

RGB223187244-
CMYK0.090.2300.04
HSL277.89º72.15%84.51%-
HSV(B)277.89º23.36%95.69%-
XYZ64.5357.7693.34-
YUV204.26150.43141.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.10%
GREEN value IS 187 (73.44% from 255) = 28.59%
BLUE value IS 244 (95.70% from 255) = 37.31%
R=34.10%
G=28.59%
B=37.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231872440.090.2300.04277.8972.1584.51
HexDFBBF4917041164855
Octal337273364112704426110125
Binary110111111011101111110100100110111010010001011010010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBF4; }

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

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

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

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

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

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

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

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