#DCBFF9

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

Shades of Mauve #DCBFF9

Tints of Mauve #DCBFF9

Color information

#DCBFF9 (or 0xDCBFF9) is unknown color: approx Mauve. HEX triplet: DC, BF and F9. RGB value is (220,191,249). Sum of RGB (Red+Green+Blue) = 220+191+249=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 191 (75% from 255 or 28.94% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #DCBFF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBFF9 is #234006. Grayscale: #CECECE. Windows color (decimal): -2310151 or 16367580. OLE color: 16367580.

HSL color Cylindrical-coordinate representation of color #DCBFF9: hue angle of 270º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCBFF9 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB220191249-
CMYK0.120.2300.02
HSL270º82.86%86.27%-
HSV(B)270º23.29%97.65%-
XYZ65.2459.3297.63-
YUV206.28152.11137.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.33%
GREEN value IS 191 (75% from 255) = 28.94%
BLUE value IS 249 (97.66% from 255) = 37.73%
R=33.33%
G=28.94%
B=37.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2201912490.120.2300.0227082.8686.27
HexDCBFF9C170210e5356
Octal334277371142702416123126
Binary11011100101111111111100111001011101010000111010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBFF9; }

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

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

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

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

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

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

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

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