#DBBFC8

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

Shades of Melanie #DBBFC8

Tints of Melanie #DBBFC8

Color information

#DBBFC8 (or 0xDBBFC8) is unknown color: approx Melanie. HEX triplet: DB, BF and C8. RGB value is (219,191,200). Sum of RGB (Red+Green+Blue) = 219+191+200=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFC8 is #244037. Grayscale: #C8C8C8. Windows color (decimal): -2375736 or 13156315. OLE color: 13156315.

HSL color Cylindrical-coordinate representation of color #DBBFC8: hue angle of 340.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBFC8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB219191200-
CMYK00.130.090.14
HSL340.71º28%80.39%-
HSV(B)340.71º12.79%85.88%-
XYZ58.2756.4962.48-
YUV200.4127.78141.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 200 (78.52% from 255) = 32.79%
R=35.90%
G=31.31%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919120000.130.090.14340.712880.39
HexDBBFC80D9E1551c50
Octal333277310015111652534120
Binary1101101110111111110010000110110011110101010101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFC8; }

 p { color: rgb(219,191,200); }

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

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

 a { background-color: rgb(219,191,200); }

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

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

 span { border-color: rgb(219,191,200); }

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