Html Css Color HEX #DBADBA Melanie

📋 copy color: '#DBADBA'

red 219 ◦ green 173 ◦ blue 186

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

Shades of Melanie #DBADBA

Tints of Melanie #DBADBA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.93%

 BLUE value IS 186 (73.05% from 255) = 32.18%

R = 37.89%
G = 29.93%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBADBA (or 0xDBADBA) is known color: Melanie. HEX triplet: DB, AD and BA. RGB value is (219,173,186). Sum of RGB (Red+Green+Blue) = 219+173+186=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADBA is #245245. Grayscale: #BCBCBC. Windows color (decimal): -2380358 or 12234203. OLE color: 12234203.

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

Color convert

RGB 219 173 186 -
CMYK 0 0.21 0.15 0.14
HSL 343.04º 0.39% 0.77% -
HSV(B) 343.04º 0.21% 0.86% -
XYZ 53.02 48.49 53.02 -
YUV 188.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 219 173 186 0 0.21 0.15 0.14 343.04 0.39 0.77
Hex DB AD BA 0 15 F E 157 27 4D
Octal 333 255 272 0 25 17 16 527 47 115
Binary 11011011 10101101 10111010 0 10101 1111 1110 101010111 100111 1001101

Color Harmonies of #DBADBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADBA

Black with #DBADBA

Text Example


Text Example

White with #DBADBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADBA; }

 p { color: rgb(219,173,186); }

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

background-color css

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

 a { background-color: rgb(219,173,186); }

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

border-color css

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

 span { border-color: rgb(219,173,186); }

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