#DCBCF1

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

Shades of Mauve #DCBCF1

Tints of Mauve #DCBCF1

Color information

#DCBCF1 (or 0xDCBCF1) is unknown color: approx Mauve. HEX triplet: DC, BC and F1. RGB value is (220,188,241). Sum of RGB (Red+Green+Blue) = 220+188+241=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 188 (73.83% from 255 or 28.97% from 649); Blue value is 241 (94.53% from 255 or 37.13% from 649); Max value from RGB is 241 - color contains mainly: blue. Hex color #DCBCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBCF1 is #23430E. Grayscale: #CBCBCB. Windows color (decimal): -2310927 or 15842524. OLE color: 15842524.

HSL color Cylindrical-coordinate representation of color #DCBCF1: hue angle of 276.23º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBCF1 is Cyan = 0.09, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB220188241-
CMYK0.090.2200.05
HSL276.23º65.43%84.12%-
HSV(B)276.23º21.99%94.51%-
XYZ63.3857.5390.98-
YUV203.61149.1139.69-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.90%
GREEN value IS 188 (73.83% from 255) = 28.97%
BLUE value IS 241 (94.53% from 255) = 37.13%
R=33.90%
G=28.97%
B=37.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201882410.090.2200.05276.2365.4384.12
HexDCBCF1916051144154
Octal334274361112605424101124
Binary110111001011110011110001100110110010110001010010000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCF1; }

 p { color: rgb(220,188,241); }

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

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

 a { background-color: rgb(220,188,241); }

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

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

 span { border-color: rgb(220,188,241); }

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