#DFBDFC

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

Shades of Mauve #DFBDFC

Tints of Mauve #DFBDFC

Color information

#DFBDFC (or 0xDFBDFC) is unknown color: approx Mauve. HEX triplet: DF, BD and FC. RGB value is (223,189,252). Sum of RGB (Red+Green+Blue) = 223+189+252=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 189 (74.22% from 255 or 28.46% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBDFC is #204203. Grayscale: #CECECE. Windows color (decimal): -2114052 or 16563679. OLE color: 16563679.

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

Color convert

RGB223189252-
CMYK0.120.2500.01
HSL272.38º91.3%86.47%-
HSV(B)272.38º25%98.82%-
XYZ66.259.11100.02-
YUV206.35153.76139.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 189 (74.22% from 255) = 28.46%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=33.58%
G=28.46%
B=37.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231892520.120.2500.01272.3891.386.47
HexDFBDFCC19011105b56
Octal337275374143101420133126
Binary1101111110111101111111001100110010110001000010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBDFC; }

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

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

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

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

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

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

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

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