#DBBBC7

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

Shades of Melanie #DBBBC7

Tints of Melanie #DBBBC7

Color information

#DBBBC7 (or 0xDBBBC7) is unknown color: approx Melanie. HEX triplet: DB, BB and C7. RGB value is (219,187,199). Sum of RGB (Red+Green+Blue) = 219+187+199=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 199 (78.12% from 255 or 32.89% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBC7 is #244438. Grayscale: #C5C5C5. Windows color (decimal): -2376761 or 13089755. OLE color: 13089755.

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

Color convert

RGB219187199-
CMYK00.150.090.14
HSL337.5º30.77%79.61%-
HSV(B)337.5º14.61%85.88%-
XYZ57.2954.7261.58-
YUV197.94128.6143.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 199 (78.12% from 255) = 32.89%
R=36.20%
G=30.91%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918719900.150.090.14337.530.7779.61
HexDBBBC70F9E1521f50
Octal333273307017111652237120
Binary1101101110111011110001110111110011110101010010111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBBC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBBC7; }

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

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

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

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

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

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

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

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