#DBC6CB

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

Shades of Melanie #DBC6CB

Tints of Melanie #DBC6CB

Color information

#DBC6CB (or 0xDBC6CB) is unknown color: approx Melanie. HEX triplet: DB, C6 and CB. RGB value is (219,198,203). Sum of RGB (Red+Green+Blue) = 219+198+203=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 198 (77.73% from 255 or 31.94% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC6CB is #243934. Grayscale: #CCCCCC. Windows color (decimal): -2373941 or 13354715. OLE color: 13354715.

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

Color convert

RGB219198203-
CMYK00.100.070.14
HSL345.71º22.58%81.76%-
HSV(B)345.71º9.59%85.88%-
XYZ60.1959.7664.86-
YUV204.85126.96138.09-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 198 (77.73% from 255) = 31.94%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=35.32%
G=31.94%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919820300.100.070.14345.7122.5881.76
HexDBC6CB0A7E15a1752
Octal33330631301271653227122
Binary110110111100011011001011010101111110101011010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC6CB; }

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

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

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

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

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

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

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

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