#DBC7CB

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

Shades of Melanie #DBC7CB

Tints of Melanie #DBC7CB

Color information

#DBC7CB (or 0xDBC7CB) is unknown color: approx Melanie. HEX triplet: DB, C7 and CB. RGB value is (219,199,203). Sum of RGB (Red+Green+Blue) = 219+199+203=621 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.27% from 621); Green value is 199 (78.12% from 255 or 32.05% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC7CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC7CB is #243834. Grayscale: #CDCDCD. Windows color (decimal): -2373685 or 13354971. OLE color: 13354971.

HSL color Cylindrical-coordinate representation of color #DBC7CB: hue angle of 348º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBC7CB is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219199203-
CMYK00.090.070.14
HSL348º21.74%81.96%-
HSV(B)348º9.13%85.88%-
XYZ60.4260.2264.94-
YUV205.44126.63137.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.27%
GREEN value IS 199 (78.12% from 255) = 32.05%
BLUE value IS 203 (79.69% from 255) = 32.69%
R=35.27%
G=32.05%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919920300.090.070.1434821.7481.96
HexDBC7CB097E15c1652
Octal33330731301171653426122
Binary110110111100011111001011010011111110101011100101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC7CB; }

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

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

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

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

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

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

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

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