#DCB2FF

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

Shades of Mauve #DCB2FF

Tints of Mauve #DCB2FF

Color information

#DCB2FF (or 0xDCB2FF) is unknown color: approx Mauve. HEX triplet: DC, B2 and FF. RGB value is (220,178,255). Sum of RGB (Red+Green+Blue) = 220+178+255=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 178 (69.92% from 255 or 27.26% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCB2FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCB2FF is #234D00. Grayscale: #C7C7C7. Windows color (decimal): -2313473 or 16757468. OLE color: 16757468.

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

Color convert

RGB220178255-
CMYK0.140.3000
HSL272.73º100%84.9%-
HSV(B)272.73º30.2%100%-
XYZ63.4954.28101.74-
YUV199.34159.41142.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.69%
GREEN value IS 178 (69.92% from 255) = 27.26%
BLUE value IS 255 (100% from 255) = 39.05%
R=33.69%
G=27.26%
B=39.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201782550.140.3000272.7310084.9
HexDCB2FFE1E001116455
Octal334262377163600421144125
Binary1101110010110010111111111110111100010001000111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB2FF; }

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

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

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

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

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

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

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

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