#DBC3C7

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

Shades of Melanie #DBC3C7

Tints of Melanie #DBC3C7

Color information

#DBC3C7 (or 0xDBC3C7) is unknown color: approx Melanie. HEX triplet: DB, C3 and C7. RGB value is (219,195,199). Sum of RGB (Red+Green+Blue) = 219+195+199=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 195 (76.56% from 255 or 31.81% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C7 is #243C38. Grayscale: #CACACA. Windows color (decimal): -2374713 or 13091803. OLE color: 13091803.

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

Color convert

RGB219195199-
CMYK00.110.090.14
HSL350º25%81.18%-
HSV(B)350º10.96%85.88%-
XYZ59.0458.2162.16-
YUV202.63125.95139.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 195 (76.56% from 255) = 31.81%
BLUE value IS 199 (78.12% from 255) = 32.46%
R=35.73%
G=31.81%
B=32.46%

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
Decimal21919519900.110.090.143502581.18
HexDBC3C70B9E15e1951
Octal333303307013111653631121
Binary1101101111000011110001110101110011110101011110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3C7; }

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

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

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

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

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

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

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

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