#DCBBF3

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

Shades of Mauve #DCBBF3

Tints of Mauve #DCBBF3

Color information

#DCBBF3 (or 0xDCBBF3) is unknown color: approx Mauve. HEX triplet: DC, BB and F3. RGB value is (220,187,243). Sum of RGB (Red+Green+Blue) = 220+187+243=650 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.85% from 650); Green value is 187 (73.44% from 255 or 28.77% from 650); Blue value is 243 (95.31% from 255 or 37.38% from 650); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCBBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBBF3 is #23440C. Grayscale: #CBCBCB. Windows color (decimal): -2311181 or 15973340. OLE color: 15973340.

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

Color convert

RGB220187243-
CMYK0.090.2300.05
HSL275.36º70%84.31%-
HSV(B)275.36º23.05%95.29%-
XYZ63.4657.2392.5-
YUV203.25150.43139.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.85%
GREEN value IS 187 (73.44% from 255) = 28.77%
BLUE value IS 243 (95.31% from 255) = 37.38%
R=33.85%
G=28.77%
B=37.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201872430.090.2300.05275.367084.31
HexDCBBF3917051134654
Octal334273363112705423106124
Binary110111001011101111110011100110111010110001001110001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBBF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBBF3; }

 p { color: rgb(220,187,243); }

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

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

 a { background-color: rgb(220,187,243); }

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

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

 span { border-color: rgb(220,187,243); }

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