#DBC3C9

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

Shades of Melanie #DBC3C9

Tints of Melanie #DBC3C9

Color information

#DBC3C9 (or 0xDBC3C9) is unknown color: approx Melanie. HEX triplet: DB, C3 and C9. RGB value is (219,195,201). Sum of RGB (Red+Green+Blue) = 219+195+201=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 195 (76.56% from 255 or 31.71% from 615); Blue value is 201 (78.91% from 255 or 32.68% from 615); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC3C9 is #243C36. Grayscale: #CACACA. Windows color (decimal): -2374711 or 13222875. OLE color: 13222875.

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

Color convert

RGB219195201-
CMYK00.110.080.14
HSL345º25%81.18%-
HSV(B)345º10.96%85.88%-
XYZ59.2758.3163.39-
YUV202.86126.95139.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.61%
GREEN value IS 195 (76.56% from 255) = 31.71%
BLUE value IS 201 (78.91% from 255) = 32.68%
R=35.61%
G=31.71%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919520100.110.080.143452581.18
HexDBC3C90B8E1591951
Octal333303311013101653131121
Binary1101101111000011110010010101110001110101011001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC3C9; }

 p { color: rgb(219,195,201); }

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

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

 a { background-color: rgb(219,195,201); }

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

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

 span { border-color: rgb(219,195,201); }

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