#DBBBC1

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

Shades of Melanie #DBBBC1

Tints of Melanie #DBBBC1

Color information

#DBBBC1 (or 0xDBBBC1) is unknown color: approx Melanie. HEX triplet: DB, BB and C1. RGB value is (219,187,193). Sum of RGB (Red+Green+Blue) = 219+187+193=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC1 is #24443E. Grayscale: #C5C5C5. Windows color (decimal): -2376767 or 12696539. OLE color: 12696539.

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

Color convert

RGB219187193-
CMYK00.150.120.14
HSL348.75º30.77%79.61%-
HSV(B)348.75º14.61%85.88%-
XYZ56.6154.4557.98-
YUV197.25125.6143.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 193 (75.78% from 255) = 32.22%
R=36.56%
G=31.22%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918719300.150.120.14348.7530.7779.61
HexDBBBC10FCE15d1f50
Octal333273301017141653537120
Binary1101101110111011110000010111111001110101011101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBC1; }

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

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

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

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

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

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

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

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