#DBC9CB

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

Shades of Melanie #DBC9CB

Tints of Melanie #DBC9CB

Color information

#DBC9CB (or 0xDBC9CB) is unknown color: approx Melanie. HEX triplet: DB, C9 and CB. RGB value is (219,201,203). Sum of RGB (Red+Green+Blue) = 219+201+203=623 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.15% from 623); Green value is 201 (78.91% from 255 or 32.26% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC9CB is #243634. Grayscale: #CECECE. Windows color (decimal): -2373173 or 13355483. OLE color: 13355483.

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

Color convert

RGB219201203-
CMYK00.080.070.14
HSL353.33º20%82.35%-
HSV(B)353.33º8.22%85.88%-
XYZ60.8861.1565.09-
YUV206.61125.96136.84-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.15%
GREEN value IS 201 (78.91% from 255) = 32.26%
BLUE value IS 203 (79.69% from 255) = 32.58%
R=35.15%
G=32.26%
B=32.58%

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
Decimal21920120300.080.070.14353.332082.35
HexDBC9CB087E1611452
Octal33331131301071654124122
Binary110110111100100111001011010001111110101100001101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC9CB; }

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

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

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

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

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

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

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

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