#DCBEF5

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

Shades of Mauve #DCBEF5

Tints of Mauve #DCBEF5

Color information

#DCBEF5 (or 0xDCBEF5) is unknown color: approx Mauve. HEX triplet: DC, BE and F5. RGB value is (220,190,245). Sum of RGB (Red+Green+Blue) = 220+190+245=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 190 (74.61% from 255 or 29.01% from 655); Blue value is 245 (96.09% from 255 or 37.40% from 655); Max value from RGB is 245 - color contains mainly: blue. Hex color #DCBEF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBEF5 is #23410A. Grayscale: #CDCDCD. Windows color (decimal): -2310411 or 16105180. OLE color: 16105180.

HSL color Cylindrical-coordinate representation of color #DCBEF5: hue angle of 272.73º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCBEF5 is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB220190245-
CMYK0.100.2200.04
HSL272.73º73.33%85.29%-
HSV(B)272.73º22.45%96.08%-
XYZ64.4158.6494.31-
YUV205.24150.44138.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.59%
GREEN value IS 190 (74.61% from 255) = 29.01%
BLUE value IS 245 (96.09% from 255) = 37.40%
R=33.59%
G=29.01%
B=37.40%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2201902450.100.2200.04272.7373.3385.29
HexDCBEF5A16041114955
Octal334276365122604421111125
Binary110111001011111011110101101010110010010001000110010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEF5; }

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

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

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

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

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

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

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

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