#DBBFC3

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

Shades of Melanie #DBBFC3

Tints of Melanie #DBBFC3

Color information

#DBBFC3 (or 0xDBBFC3) is unknown color: approx Melanie. HEX triplet: DB, BF and C3. RGB value is (219,191,195). Sum of RGB (Red+Green+Blue) = 219+191+195=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 191 (75% from 255 or 31.57% from 605); Blue value is 195 (76.56% from 255 or 32.23% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBFC3 is #24403C. Grayscale: #C7C7C7. Windows color (decimal): -2375741 or 12828635. OLE color: 12828635.

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

Color convert

RGB219191195-
CMYK00.130.110.14
HSL351.43º28%80.39%-
HSV(B)351.43º12.79%85.88%-
XYZ57.6956.2659.45-
YUV199.83125.28141.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 191 (75% from 255) = 31.57%
BLUE value IS 195 (76.56% from 255) = 32.23%
R=36.20%
G=31.57%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919119500.130.110.14351.432880.39
HexDBBFC30DBE15f1c50
Octal333277303015131653734120
Binary1101101110111111110000110110110111110101011111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBFC3; }

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

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

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

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

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

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

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

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