#DBBCC5

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

Shades of Melanie #DBBCC5

Tints of Melanie #DBBCC5

Color information

#DBBCC5 (or 0xDBBCC5) is unknown color: approx Melanie. HEX triplet: DB, BC and C5. RGB value is (219,188,197). Sum of RGB (Red+Green+Blue) = 219+188+197=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 197 (77.34% from 255 or 32.62% from 604); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC5 is #24433A. Grayscale: #C6C6C6. Windows color (decimal): -2376507 or 12958939. OLE color: 12958939.

HSL color Cylindrical-coordinate representation of color #DBBCC5: hue angle of 342.58º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DBBCC5 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219188197-
CMYK00.140.100.14
HSL342.58º30.1%79.8%-
HSV(B)342.58º14.16%85.88%-
XYZ57.2755.0660.43-
YUV198.3127.27142.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.26%
GREEN value IS 188 (73.83% from 255) = 31.13%
BLUE value IS 197 (77.34% from 255) = 32.62%
R=36.26%
G=31.13%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918819700.140.100.14342.5830.179.8
HexDBBCC50EAE1571e50
Octal333274305016121652736120
Binary1101101110111100110001010111010101110101010111111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCC5; }

 p { color: rgb(219,188,197); }

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

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

 a { background-color: rgb(219,188,197); }

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

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

 span { border-color: rgb(219,188,197); }

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