#DFBBFD

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

Shades of Mauve #DFBBFD

Tints of Mauve #DFBBFD

Color information

#DFBBFD (or 0xDFBBFD) is unknown color: approx Mauve. HEX triplet: DF, BB and FD. RGB value is (223,187,253). Sum of RGB (Red+Green+Blue) = 223+187+253=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 187 (73.44% from 255 or 28.21% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #DFBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBBFD is #204402. Grayscale: #CDCDCD. Windows color (decimal): -2114563 or 16628703. OLE color: 16628703.

HSL color Cylindrical-coordinate representation of color #DFBBFD: hue angle of 272.73º degrees, saturation: 0.94, 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 #DFBBFD is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223187253-
CMYK0.120.2600.01
HSL272.73º94.29%86.27%-
HSV(B)272.73º26.09%99.22%-
XYZ65.9358.32100.71-
YUV205.29154.93140.63-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 187 (73.44% from 255) = 28.21%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=33.63%
G=28.21%
B=38.16%

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
Decimal2231872530.120.2600.01272.7394.2986.27
HexDFBBFDC1A011115e56
Octal337273375143201421136126
Binary1101111110111011111111011100110100110001000110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBBFD; }

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

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

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

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

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

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

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

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