#DBBDC1

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

Shades of Melanie #DBBDC1

Tints of Melanie #DBBDC1

Color information

#DBBDC1 (or 0xDBBDC1) is unknown color: approx Melanie. HEX triplet: DB, BD and C1. RGB value is (219,189,193). Sum of RGB (Red+Green+Blue) = 219+189+193=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC1 is #24423E. Grayscale: #C6C6C6. Windows color (decimal): -2376255 or 12697051. OLE color: 12697051.

HSL color Cylindrical-coordinate representation of color #DBBDC1: hue angle of 352º 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 #DBBDC1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB219189193-
CMYK00.140.120.14
HSL352º29.41%80%-
HSV(B)352º13.7%85.88%-
XYZ57.0455.3158.12-
YUV198.43124.94142.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 189 (74.22% from 255) = 31.45%
BLUE value IS 193 (75.78% from 255) = 32.11%
R=36.44%
G=31.45%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918919300.140.120.1435229.4180
HexDBBDC10ECE1601d50
Octal333275301016141654035120
Binary1101101110111101110000010111011001110101100000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDC1; }

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

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

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

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

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

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

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

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