#DBC2C7

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

Shades of Melanie #DBC2C7

Tints of Melanie #DBC2C7

Color information

#DBC2C7 (or 0xDBC2C7) is unknown color: approx Melanie. HEX triplet: DB, C2 and C7. RGB value is (219,194,199). Sum of RGB (Red+Green+Blue) = 219+194+199=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C7 is #243D38. Grayscale: #CACACA. Windows color (decimal): -2374969 or 13091547. OLE color: 13091547.

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

Color convert

RGB219194199-
CMYK00.110.090.14
HSL348º25.77%80.98%-
HSV(B)348º11.42%85.88%-
XYZ58.8157.7762.08-
YUV202.04126.28140.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 194 (76.17% from 255) = 31.70%
BLUE value IS 199 (78.12% from 255) = 32.52%
R=35.78%
G=31.70%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919419900.110.090.1434825.7780.98
HexDBC2C70B9E15c1a51
Octal333302307013111653432121
Binary1101101111000010110001110101110011110101011100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2C7; }

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

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

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

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

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

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

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

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