#DBB5C1

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

Shades of Melanie #DBB5C1

Tints of Melanie #DBB5C1

Color information

#DBB5C1 (or 0xDBB5C1) is unknown color: approx Melanie. HEX triplet: DB, B5 and C1. RGB value is (219,181,193). Sum of RGB (Red+Green+Blue) = 219+181+193=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 193 (75.78% from 255 or 32.55% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5C1 is #244A3E. Grayscale: #C1C1C1. Windows color (decimal): -2378303 or 12695003. OLE color: 12695003.

HSL color Cylindrical-coordinate representation of color #DBB5C1: hue angle of 341.05º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBB5C1 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219181193-
CMYK00.170.120.14
HSL341.05º34.55%78.43%-
HSV(B)341.05º17.35%85.88%-
XYZ55.3651.9657.56-
YUV193.73127.59146.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 181 (71.09% from 255) = 30.52%
BLUE value IS 193 (75.78% from 255) = 32.55%
R=36.93%
G=30.52%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918119300.170.120.14341.0534.5578.43
HexDBB5C1011CE155234e
Octal333265301021141652543116
Binary110110111011010111000001010001110011101010101011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB5C1; }

 p { color: rgb(219,181,193); }

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

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

 a { background-color: rgb(219,181,193); }

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

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

 span { border-color: rgb(219,181,193); }

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