#DBC2CA

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

Shades of Melanie #DBC2CA

Tints of Melanie #DBC2CA

Color information

#DBC2CA (or 0xDBC2CA) is unknown color: approx Melanie. HEX triplet: DB, C2 and CA. RGB value is (219,194,202). Sum of RGB (Red+Green+Blue) = 219+194+202=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 202 (79.30% from 255 or 32.85% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2CA is #243D35. Grayscale: #CACACA. Windows color (decimal): -2374966 or 13288155. OLE color: 13288155.

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

Color convert

RGB219194202-
CMYK00.110.080.14
HSL340.8º25.77%80.98%-
HSV(B)340.8º11.42%85.88%-
XYZ59.1757.9163.94-
YUV202.39127.78139.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 194 (76.17% from 255) = 31.54%
BLUE value IS 202 (79.30% from 255) = 32.85%
R=35.61%
G=31.54%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919420200.110.080.14340.825.7780.98
HexDBC2CA0B8E1551a51
Octal333302312013101652532121
Binary1101101111000010110010100101110001110101010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2CA; }

 p { color: rgb(219,194,202); }

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

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

 a { background-color: rgb(219,194,202); }

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

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

 span { border-color: rgb(219,194,202); }

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