#DCBFFC

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

Shades of Mauve #DCBFFC

Tints of Mauve #DCBFFC

Color information

#DCBFFC (or 0xDCBFFC) is unknown color: approx Mauve. HEX triplet: DC, BF and FC. RGB value is (220,191,252). Sum of RGB (Red+Green+Blue) = 220+191+252=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 191 (75% from 255 or 28.81% 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 #DCBFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFC is #234003. Grayscale: #CECECE. Windows color (decimal): -2310148 or 16564188. OLE color: 16564188.

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

Color convert

RGB220191252-
CMYK0.130.2400.01
HSL268.52º91.04%86.86%-
HSV(B)268.52º24.21%98.82%-
XYZ65.7259.51100.12-
YUV206.62153.61137.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.18%
GREEN value IS 191 (75% from 255) = 28.81%
BLUE value IS 252 (98.83% from 255) = 38.01%
R=33.18%
G=28.81%
B=38.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2201912520.130.2400.01268.5291.0486.86
HexDCBFFCD180110d5b57
Octal334277374153001415133127
Binary1101110010111111111111001101110000110000110110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFFC; }

 p { color: rgb(220,191,252); }

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

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

 a { background-color: rgb(220,191,252); }

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

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

 span { border-color: rgb(220,191,252); }

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