#DBBDC6

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

Shades of Melanie #DBBDC6

Tints of Melanie #DBBDC6

Color information

#DBBDC6 (or 0xDBBDC6) is unknown color: approx Melanie. HEX triplet: DB, BD and C6. RGB value is (219,189,198). Sum of RGB (Red+Green+Blue) = 219+189+198=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 198 (77.73% from 255 or 32.67% from 606); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBDC6 is #244239. Grayscale: #C6C6C6. Windows color (decimal): -2376250 or 13024731. OLE color: 13024731.

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

Color convert

RGB219189198-
CMYK00.140.100.14
HSL342º29.41%80%-
HSV(B)342º13.7%85.88%-
XYZ57.655.5361.11-
YUV199127.44142.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 198 (77.73% from 255) = 32.67%
R=36.14%
G=31.19%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918919800.140.100.1434229.4180
HexDBBDC60EAE1561d50
Octal333275306016121652635120
Binary1101101110111101110001100111010101110101010110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBDC6; }

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

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

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

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

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

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

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

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