Html Css Color HEX #DBAEBA Melanie

📋 copy color: '#DBAEBA'

red 219 ◦ green 174 ◦ blue 186

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

Shades of Melanie #DBAEBA

Tints of Melanie #DBAEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 30.05%

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

R = 37.82%
G = 30.05%
B = 32.12%

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

#DBAEBA (or 0xDBAEBA) is known color: Melanie. HEX triplet: DB, AE and BA. RGB value is (219,174,186). Sum of RGB (Red+Green+Blue) = 219+174+186=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 186 (73.05% from 255 or 32.12% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEBA is #245145. Grayscale: #BCBCBC. Windows color (decimal): -2380102 or 12234459. OLE color: 12234459.

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

Color convert

RGB 219 174 186 -
CMYK 0 0.21 0.15 0.14
HSL 344º 0.38% 0.77% -
HSV(B) 344º 0.21% 0.86% -
XYZ 53.21 48.88 53.08 -
YUV 188.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 219 174 186 0 0.21 0.15 0.14 344 0.38 0.77
Hex DB AE BA 0 15 F E 158 26 4D
Octal 333 256 272 0 25 17 16 530 46 115
Binary 11011011 10101110 10111010 0 10101 1111 1110 101011000 100110 1001101

Color Harmonies of #DBAEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAEBA

Black with #DBAEBA

Text Example


Text Example

White with #DBAEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAEBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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