#DBBEC7

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

Shades of Melanie #DBBEC7

Tints of Melanie #DBBEC7

Color information

#DBBEC7 (or 0xDBBEC7) is unknown color: approx Melanie. HEX triplet: DB, BE and C7. RGB value is (219,190,199). Sum of RGB (Red+Green+Blue) = 219+190+199=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC7 is #244138. Grayscale: #C7C7C7. Windows color (decimal): -2375993 or 13090523. OLE color: 13090523.

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

Color convert

RGB219190199-
CMYK00.130.090.14
HSL341.38º28.71%80.2%-
HSV(B)341.38º13.24%85.88%-
XYZ57.9456.0161.79-
YUV199.7127.61141.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 199 (78.12% from 255) = 32.73%
R=36.02%
G=31.25%
B=32.73%

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
Decimal21919019900.130.090.14341.3828.7180.2
HexDBBEC70D9E1551d50
Octal333276307015111652535120
Binary1101101110111110110001110110110011110101010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEC7; }

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

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

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

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

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

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

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

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