Html Css Color HEX #DBACBE Melanie

📋 copy color: '#DBACBE'

red 219 ◦ green 172 ◦ blue 190

#DBACBE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanie #DBACBE

Tints of Melanie #DBACBE

RGB

 RED value IS 219 (85.94% from 255) = 37.69%

 GREEN value IS 172 (67.58% from 255) = 29.6%

 BLUE value IS 190 (74.61% from 255) = 32.7%

R = 37.69%
G = 29.6%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBACBE (or 0xDBACBE) is known color: Melanie. HEX triplet: DB, AC and BE. RGB value is (219,172,190). Sum of RGB (Red+Green+Blue) = 219+172+190=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 172 (67.58% from 255 or 29.60% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACBE is #245341. Grayscale: #BCBCBC. Windows color (decimal): -2380610 or 12496091. OLE color: 12496091.

HSL color Cylindrical-coordinate representation of color #DBACBE: hue angle of 337.02º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACBE is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 172 190 -
CMYK 0 0.21 0.13 0.14
HSL 337.02º 0.39% 0.77% -
HSV(B) 337.02º 0.21% 0.86% -
XYZ 53.26 48.28 55.23 -
YUV 188.11 129.07 150.04 -
System Red Green Blue C M Y K H S L
Decimal 219 172 190 0 0.21 0.13 0.14 337.02 0.39 0.77
Hex DB AC BE 0 15 D E 151 27 4D
Octal 333 254 276 0 25 15 16 521 47 115
Binary 11011011 10101100 10111110 0 10101 1101 1110 101010001 100111 1001101

Color Harmonies of #DBACBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBACBE

Black with #DBACBE

Text Example


Text Example

White with #DBACBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBACBE; }

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

 H1.HeaderClassName
 {
   color: #DBACBE;
 }
 .AnyTagClassName
 {
   color: #DBACBE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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