#DBB8C1

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

Shades of Melanie #DBB8C1

Tints of Melanie #DBB8C1

Color information

#DBB8C1 (or 0xDBB8C1) is unknown color: approx Melanie. HEX triplet: DB, B8 and C1. RGB value is (219,184,193). Sum of RGB (Red+Green+Blue) = 219+184+193=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 193 (75.78% from 255 or 32.38% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8C1 is #24473E. Grayscale: #C3C3C3. Windows color (decimal): -2377535 or 12695771. OLE color: 12695771.

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

Color convert

RGB219184193-
CMYK00.160.120.14
HSL344.57º32.71%79.02%-
HSV(B)344.57º15.98%85.88%-
XYZ55.9853.1957.77-
YUV195.49126.6144.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.74%
GREEN value IS 184 (72.27% from 255) = 30.87%
BLUE value IS 193 (75.78% from 255) = 32.38%
R=36.74%
G=30.87%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918419300.160.120.14344.5732.7179.02
HexDBB8C1010CE159214f
Octal333270301020141653141117
Binary110110111011100011000001010000110011101010110011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8C1; }

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

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

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

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

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

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

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

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