#DCBEC3

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

Shades of Melanie #DCBEC3

Tints of Melanie #DCBEC3

Color information

#DCBEC3 (or 0xDCBEC3) is unknown color: approx Melanie. HEX triplet: DC, BE and C3. RGB value is (220,190,195). Sum of RGB (Red+Green+Blue) = 220+190+195=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC3 is #23413C. Grayscale: #C7C7C7. Windows color (decimal): -2310461 or 12828380. OLE color: 12828380.

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

Color convert

RGB220190195-
CMYK00.140.110.14
HSL350º30%80.39%-
HSV(B)350º13.64%86.27%-
XYZ57.7855.9859.39-
YUV199.54125.44142.59-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.36%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 195 (76.56% from 255) = 32.23%
R=36.36%
G=31.40%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019019500.140.110.143503080.39
HexDCBEC30EBE15e1e50
Octal334276303016131653636120
Binary1101110010111110110000110111010111110101011110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBEC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBEC3; }

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

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

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

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

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

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

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

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