#DFC0FB

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

Shades of Mauve #DFC0FB

Tints of Mauve #DFC0FB

Color information

#DFC0FB (or 0xDFC0FB) is unknown color: approx Mauve. HEX triplet: DF, C0 and FB. RGB value is (223,192,251). Sum of RGB (Red+Green+Blue) = 223+192+251=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #DFC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC0FB is #203F04. Grayscale: #CFCFCF. Windows color (decimal): -2113285 or 16498911. OLE color: 16498911.

HSL color Cylindrical-coordinate representation of color #DFC0FB: hue angle of 271.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC0FB is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB223192251-
CMYK0.110.2400.02
HSL271.53º88.06%86.86%-
HSV(B)271.53º23.51%98.43%-
XYZ66.6960.3599.4-
YUV207.99152.27138.7-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 251 (98.44% from 255) = 37.69%
R=33.48%
G=28.83%
B=37.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2231922510.110.2400.02271.5388.0686.86
HexDFC0FBB18021105857
Octal337300373133002420130127
Binary11011111110000001111101110111100001010001000010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC0FB; }

 p { color: rgb(223,192,251); }

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

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

 a { background-color: rgb(223,192,251); }

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

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

 span { border-color: rgb(223,192,251); }

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