#DBBDC3

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

Shades of Melanie #DBBDC3

Tints of Melanie #DBBDC3

Color information

#DBBDC3 (or 0xDBBDC3) is unknown color: approx Melanie. HEX triplet: DB, BD and C3. RGB value is (219,189,195). Sum of RGB (Red+Green+Blue) = 219+189+195=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 195 (76.56% from 255 or 32.34% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC3 is #24423C. Grayscale: #C6C6C6. Windows color (decimal): -2376253 or 12828123. OLE color: 12828123.

HSL color Cylindrical-coordinate representation of color #DBBDC3: hue angle of 348º degrees, saturation: 0.29, 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 #DBBDC3 is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219189195-
CMYK00.140.110.14
HSL348º29.41%80%-
HSV(B)348º13.7%85.88%-
XYZ57.2655.459.3-
YUV198.65125.94142.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 195 (76.56% from 255) = 32.34%
R=36.32%
G=31.34%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918919500.140.110.1434829.4180
HexDBBDC30EBE15c1d50
Octal333275303016131653435120
Binary1101101110111101110000110111010111110101011100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDC3; }

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

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

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

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

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

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

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

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