#DFBBF0

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

Shades of Mauve #DFBBF0

Tints of Mauve #DFBBF0

Color information

#DFBBF0 (or 0xDFBBF0) is unknown color: approx Mauve. HEX triplet: DF, BB and F0. RGB value is (223,187,240). Sum of RGB (Red+Green+Blue) = 223+187+240=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBF0 is #20440F. Grayscale: #CBCBCB. Windows color (decimal): -2114576 or 15776735. OLE color: 15776735.

HSL color Cylindrical-coordinate representation of color #DFBBF0: hue angle of 280.75º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFBBF0 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB223187240-
CMYK0.070.2200.06
HSL280.75º63.86%83.73%-
HSV(B)280.75º22.08%94.12%-
XYZ63.9357.5290.17-
YUV203.81148.43141.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.31%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 240 (94.14% from 255) = 36.92%
R=34.31%
G=28.77%
B=36.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2231872400.070.2200.06280.7563.8683.73
HexDFBBF0716061194054
Octal33727336072606431100124
Binary11011111101110111111000011110110011010001100110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBF0; }

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

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

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

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

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

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

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

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