#DBBBC3

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

Shades of Melanie #DBBBC3

Tints of Melanie #DBBBC3

Color information

#DBBBC3 (or 0xDBBBC3) is unknown color: approx Melanie. HEX triplet: DB, BB and C3. RGB value is (219,187,195). Sum of RGB (Red+Green+Blue) = 219+187+195=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 195 (76.56% from 255 or 32.45% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC3 is #24443C. Grayscale: #C5C5C5. Windows color (decimal): -2376765 or 12827611. OLE color: 12827611.

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

Color convert

RGB219187195-
CMYK00.150.110.14
HSL345º30.77%79.61%-
HSV(B)345º14.61%85.88%-
XYZ56.8354.5459.16-
YUV197.48126.6143.35-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 187 (73.44% from 255) = 31.11%
BLUE value IS 195 (76.56% from 255) = 32.45%
R=36.44%
G=31.11%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918719500.150.110.1434530.7779.61
HexDBBBC30FBE1591f50
Octal333273303017131653137120
Binary1101101110111011110000110111110111110101011001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBC3; }

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

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

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

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

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

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

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

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