Html Css Color HEX #DBA8BB Melanie

📋 copy color: '#DBA8BB'

red 219 ◦ green 168 ◦ blue 187

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

Shades of Melanie #DBA8BB

Tints of Melanie #DBA8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.27%

 BLUE value IS 187 (73.44% from 255) = 32.58%

R = 38.15%
G = 29.27%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBA8BB (or 0xDBA8BB) is known color: Melanie. HEX triplet: DB, A8 and BB. RGB value is (219,168,187). Sum of RGB (Red+Green+Blue) = 219+168+187=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 187 (73.44% from 255 or 32.58% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8BB is #245744. Grayscale: #B9B9B9. Windows color (decimal): -2381637 or 12298459. OLE color: 12298459.

HSL color Cylindrical-coordinate representation of color #DBA8BB: hue angle of 337.65º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8BB is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 168 187 -
CMYK 0 0.23 0.15 0.14
HSL 337.65º 0.41% 0.76% -
HSV(B) 337.65º 0.23% 0.86% -
XYZ 52.19 46.65 53.27 -
YUV 185.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 219 168 187 0 0.23 0.15 0.14 337.65 0.41 0.76
Hex DB A8 BB 0 17 F E 152 29 4C
Octal 333 250 273 0 27 17 16 522 51 114
Binary 11011011 10101000 10111011 0 10111 1111 1110 101010010 101001 1001100

Color Harmonies of #DBA8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA8BB

Black with #DBA8BB

Text Example


Text Example

White with #DBA8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA8BB; }

 p { color: rgb(219,168,187); }

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

background-color css

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

 a { background-color: rgb(219,168,187); }

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

border-color css

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

 span { border-color: rgb(219,168,187); }

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