#DBCACB

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

Shades of Melanie #DBCACB

Tints of Melanie #DBCACB

Color information

#DBCACB (or 0xDBCACB) is unknown color: approx Melanie. HEX triplet: DB, CA and CB. RGB value is (219,202,203). Sum of RGB (Red+Green+Blue) = 219+202+203=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 202 (79.30% from 255 or 32.37% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCACB is #243534. Grayscale: #CFCFCF. Windows color (decimal): -2372917 or 13355739. OLE color: 13355739.

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

Color convert

RGB219202203-
CMYK00.080.070.14
HSL356.47º19.1%82.55%-
HSV(B)356.47º7.76%85.88%-
XYZ61.1161.6165.17-
YUV207.2125.63136.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 202 (79.30% from 255) = 32.37%
BLUE value IS 203 (79.69% from 255) = 32.53%
R=35.10%
G=32.37%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920220300.080.070.14356.4719.182.55
HexDBCACB087E1641353
Octal33331231301071654423123
Binary110110111100101011001011010001111110101100100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCACB; }

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

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

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

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

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

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

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

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