#DBC2C9

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

Shades of Melanie #DBC2C9

Tints of Melanie #DBC2C9

Color information

#DBC2C9 (or 0xDBC2C9) is unknown color: approx Melanie. HEX triplet: DB, C2 and C9. RGB value is (219,194,201). Sum of RGB (Red+Green+Blue) = 219+194+201=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 194 (76.17% from 255 or 31.60% from 614); Blue value is 201 (78.91% from 255 or 32.74% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C9 is #243D36. Grayscale: #CACACA. Windows color (decimal): -2374967 or 13222619. OLE color: 13222619.

HSL color Cylindrical-coordinate representation of color #DBC2C9: hue angle of 343.2º 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 #DBC2C9 is Cyan = 0, Magento = 0.11, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB219194201-
CMYK00.110.080.14
HSL343.2º25.77%80.98%-
HSV(B)343.2º11.42%85.88%-
XYZ59.0557.8663.31-
YUV202.27127.28139.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 194 (76.17% from 255) = 31.60%
BLUE value IS 201 (78.91% from 255) = 32.74%
R=35.67%
G=31.60%
B=32.74%

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
Decimal21919420100.110.080.14343.225.7780.98
HexDBC2C90B8E1571a51
Octal333302311013101652732121
Binary1101101111000010110010010101110001110101010111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2C9; }

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

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

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

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

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

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

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

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