#DCC0FE

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

Shades of Mauve #DCC0FE

Tints of Mauve #DCC0FE

Color information

#DCC0FE (or 0xDCC0FE) is unknown color: approx Mauve. HEX triplet: DC, C0 and FE. RGB value is (220,192,254). Sum of RGB (Red+Green+Blue) = 220+192+254=666 (88% of max value = 765). Red value is 220 (86.33% from 255 or 33.03% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #DCC0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCC0FE is #233F01. Grayscale: #CFCFCF. Windows color (decimal): -2309890 or 16695516. OLE color: 16695516.

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

Color convert

RGB220192254-
CMYK0.130.2400.00
HSL267.1º96.88%87.45%-
HSV(B)267.1º24.41%99.61%-
XYZ66.2560.07101.87-
YUV207.44154.28136.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.03%
GREEN value IS 192 (75.39% from 255) = 28.83%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=33.03%
G=28.83%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2201922540.130.2400.00267.196.8887.45
HexDCC0FED180010b6157
Octal334300376153000413141127
Binary1101110011000000111111101101110000010000101111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC0FE; }

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

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

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

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

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

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

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

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