#DBBCC6

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

Shades of Melanie #DBBCC6

Tints of Melanie #DBBCC6

Color information

#DBBCC6 (or 0xDBBCC6) is unknown color: approx Melanie. HEX triplet: DB, BC and C6. RGB value is (219,188,198). Sum of RGB (Red+Green+Blue) = 219+188+198=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBCC6 is #244339. Grayscale: #C6C6C6. Windows color (decimal): -2376506 or 13024475. OLE color: 13024475.

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

Color convert

RGB219188198-
CMYK00.140.100.14
HSL340.65º30.1%79.8%-
HSV(B)340.65º14.16%85.88%-
XYZ57.3955.161.04-
YUV198.41127.77142.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 198 (77.73% from 255) = 32.73%
R=36.20%
G=31.07%
B=32.73%

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
Decimal21918819800.140.100.14340.6530.179.8
HexDBBCC60EAE1551e50
Octal333274306016121652536120
Binary1101101110111100110001100111010101110101010101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCC6; }

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

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

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

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

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

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

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

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