#DCBCC2

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

Shades of Melanie #DCBCC2

Tints of Melanie #DCBCC2

Color information

#DCBCC2 (or 0xDCBCC2) is unknown color: approx Melanie. HEX triplet: DC, BC and C2. RGB value is (220,188,194). Sum of RGB (Red+Green+Blue) = 220+188+194=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC2 is #23433D. Grayscale: #C6C6C6. Windows color (decimal): -2310974 or 12762332. OLE color: 12762332.

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

Color convert

RGB220188194-
CMYK00.150.120.14
HSL348.75º31.37%80%-
HSV(B)348.75º14.55%86.27%-
XYZ57.2455.0858.65-
YUV198.25125.6143.51-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 194 (76.17% from 255) = 32.23%
R=36.54%
G=31.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018819400.150.120.14348.7531.3780
HexDCBCC20FCE15d1f50
Octal334274302017141653537120
Binary1101110010111100110000100111111001110101011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCBCC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCBCC2; }

 p { color: rgb(220,188,194); }

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

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

 a { background-color: rgb(220,188,194); }

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

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

 span { border-color: rgb(220,188,194); }

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