#DCBEF2

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

Shades of Mauve #DCBEF2

Tints of Mauve #DCBEF2

Color information

#DCBEF2 (or 0xDCBEF2) is unknown color: approx Mauve. HEX triplet: DC, BE and F2. RGB value is (220,190,242). Sum of RGB (Red+Green+Blue) = 220+190+242=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCBEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF2 is #23410D. Grayscale: #CCCCCC. Windows color (decimal): -2310414 or 15908572. OLE color: 15908572.

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

Color convert

RGB220190242-
CMYK0.090.2100.05
HSL274.62º66.67%84.71%-
HSV(B)274.62º21.49%94.9%-
XYZ63.9658.4591.92-
YUV204.9148.94138.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.74%
GREEN value IS 190 (74.61% from 255) = 29.14%
BLUE value IS 242 (94.92% from 255) = 37.12%
R=33.74%
G=29.14%
B=37.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2201902420.090.2100.05274.6266.6784.71
HexDCBEF2915051134355
Octal334276362112505423103125
Binary110111001011111011110010100110101010110001001110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEF2; }

 p { color: rgb(220,190,242); }

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

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

 a { background-color: rgb(220,190,242); }

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

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

 span { border-color: rgb(220,190,242); }

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