#DFBCFC

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

Shades of Mauve #DFBCFC

Tints of Mauve #DFBCFC

Color information

#DFBCFC (or 0xDFBCFC) is unknown color: approx Mauve. HEX triplet: DF, BC and FC. RGB value is (223,188,252). Sum of RGB (Red+Green+Blue) = 223+188+252=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 188 (73.83% from 255 or 28.36% from 663); Blue value is 252 (98.83% from 255 or 38.01% from 663); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFBCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBCFC is #204303. Grayscale: #CDCDCD. Windows color (decimal): -2114308 or 16563423. OLE color: 16563423.

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

Color convert

RGB223188252-
CMYK0.120.2500.01
HSL272.81º91.43%86.27%-
HSV(B)272.81º25.4%98.82%-
XYZ65.9958.6899.94-
YUV205.76154.1140.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 188 (73.83% from 255) = 28.36%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=33.63%
G=28.36%
B=38.01%

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
Decimal2231882520.120.2500.01272.8191.4386.27
HexDFBCFCC19011115b56
Octal337274374143101421133126
Binary1101111110111100111111001100110010110001000110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFBCFC; }

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

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

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

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

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

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

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

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