#DCBFFF

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

Shades of Mauve #DCBFFF

Tints of Mauve #DCBFFF

Color information

#DCBFFF (or 0xDCBFFF) is unknown color: approx Mauve. HEX triplet: DC, BF and FF. RGB value is (220,191,255). Sum of RGB (Red+Green+Blue) = 220+191+255=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 191 (75% from 255 or 28.68% from 666); Blue value is 255 (100% from 255 or 38.29% from 666); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCBFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFFF is #234000. Grayscale: #CECECE. Windows color (decimal): -2310145 or 16760796. OLE color: 16760796.

HSL color Cylindrical-coordinate representation of color #DCBFFF: hue angle of 267.19º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCBFFF is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB220191255-
CMYK0.140.2500
HSL267.19º100%87.45%-
HSV(B)267.19º25.1%100%-
XYZ66.259.7102.64-
YUV206.97155.11137.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 191 (75% from 255) = 28.68%
BLUE value IS 255 (100% from 255) = 38.29%
R=33.03%
G=28.68%
B=38.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201912550.140.2500267.1910087.45
HexDCBFFFE190010b6457
Octal334277377163100413144127
Binary1101110010111111111111111110110010010000101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFFF; }

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

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

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

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

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

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

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

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