#DBBEC6

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

Shades of Melanie #DBBEC6

Tints of Melanie #DBBEC6

Color information

#DBBEC6 (or 0xDBBEC6) is unknown color: approx Melanie. HEX triplet: DB, BE and C6. RGB value is (219,190,198). Sum of RGB (Red+Green+Blue) = 219+190+198=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 190 (74.61% from 255 or 31.30% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC6 is #244139. Grayscale: #C7C7C7. Windows color (decimal): -2375994 or 13024987. OLE color: 13024987.

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

Color convert

RGB219190198-
CMYK00.130.100.14
HSL343.45º28.71%80.2%-
HSV(B)343.45º13.24%85.88%-
XYZ57.8255.9661.18-
YUV199.58127.11141.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 190 (74.61% from 255) = 31.30%
BLUE value IS 198 (77.73% from 255) = 32.62%
R=36.08%
G=31.30%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919019800.130.100.14343.4528.7180.2
HexDBBEC60DAE1571d50
Octal333276306015121652735120
Binary1101101110111110110001100110110101110101010111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBEC6; }

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

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

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

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

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

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

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

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