Html Css Color HEX #DBABBB Melanie

📋 copy color: '#DBABBB'

red 219 ◦ green 171 ◦ blue 187

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

Shades of Melanie #DBABBB

Tints of Melanie #DBABBB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.64%

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

R = 37.95%
G = 29.64%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DBABBB (or 0xDBABBB) is known color: Melanie. HEX triplet: DB, AB and BB. RGB value is (219,171,187). Sum of RGB (Red+Green+Blue) = 219+171+187=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 171 (67.19% from 255 or 29.64% from 577); Blue value is 187 (73.44% from 255 or 32.41% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABBB is #245444. Grayscale: #BBBBBB. Windows color (decimal): -2380869 or 12299227. OLE color: 12299227.

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

Color convert

RGB 219 171 187 -
CMYK 0 0.22 0.15 0.14
HSL 340º 0.4% 0.76% -
HSV(B) 340º 0.22% 0.86% -
XYZ 52.75 47.77 53.45 -
YUV 187.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 219 171 187 0 0.22 0.15 0.14 340 0.4 0.76
Hex DB AB BB 0 16 F E 154 28 4C
Octal 333 253 273 0 26 17 16 524 50 114
Binary 11011011 10101011 10111011 0 10110 1111 1110 101010100 101000 1001100

Color Harmonies of #DBABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABBB

Black with #DBABBB

Text Example


Text Example

White with #DBABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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