#DCC0FF

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

Shades of Mauve #DCC0FF

Tints of Mauve #DCC0FF

Color information

#DCC0FF (or 0xDCC0FF) is unknown color: approx Mauve. HEX triplet: DC, C0 and FF. RGB value is (220,192,255). Sum of RGB (Red+Green+Blue) = 220+192+255=667 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.98% from 667); Green value is 192 (75.39% from 255 or 28.79% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #DCC0FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FF is #233F00. Grayscale: #CFCFCF. Windows color (decimal): -2309889 or 16761052. OLE color: 16761052.

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

Color convert

RGB220192255-
CMYK0.140.2500
HSL266.67º100%87.65%-
HSV(B)266.67º24.71%100%-
XYZ66.4160.13102.71-
YUV207.55154.78136.88-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.98%
GREEN value IS 192 (75.39% from 255) = 28.79%
BLUE value IS 255 (100% from 255) = 38.23%
R=32.98%
G=28.79%
B=38.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2201922550.140.2500266.6710087.65
HexDCC0FFE190010b6458
Octal334300377163100413144130
Binary1101110011000000111111111110110010010000101111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0FF; }

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

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

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

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

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

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

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

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