#DCB5FE

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

Shades of Mauve #DCB5FE

Tints of Mauve #DCB5FE

Color information

#DCB5FE (or 0xDCB5FE) is unknown color: approx Mauve. HEX triplet: DC, B5 and FE. RGB value is (220,181,254). Sum of RGB (Red+Green+Blue) = 220+181+254=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 181 (71.09% from 255 or 27.63% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCB5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB5FE is #234A01. Grayscale: #C8C8C8. Windows color (decimal): -2312706 or 16692700. OLE color: 16692700.

HSL color Cylindrical-coordinate representation of color #DCB5FE: hue angle of 272.05º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCB5FE is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB220181254-
CMYK0.130.2900.00
HSL272.05º97.33%85.29%-
HSV(B)272.05º28.74%99.61%-
XYZ63.9355.42101.09-
YUV200.98157.92141.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 181 (71.09% from 255) = 27.63%
BLUE value IS 254 (99.61% from 255) = 38.78%
R=33.59%
G=27.63%
B=38.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201812540.130.2900.00272.0597.3385.29
HexDCB5FED1D001106155
Octal334265376153500420141125
Binary1101110010110101111111101101111010010001000011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB5FE; }

 p { color: rgb(220,181,254); }

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

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

 a { background-color: rgb(220,181,254); }

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

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

 span { border-color: rgb(220,181,254); }

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