Html Css Color HEX #DBAABF Melanie

📋 copy color: '#DBAABF'

red 219 ◦ green 170 ◦ blue 191

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

Shades of Melanie #DBAABF

Tints of Melanie #DBAABF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.31%

 BLUE value IS 191 (75% from 255) = 32.93%

R = 37.76%
G = 29.31%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DBAABF (or 0xDBAABF) is known color: Melanie. HEX triplet: DB, AA and BF. RGB value is (219,170,191). Sum of RGB (Red+Green+Blue) = 219+170+191=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 191 (75% from 255 or 32.93% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABF is #245540. Grayscale: #BBBBBB. Windows color (decimal): -2381121 or 12561115. OLE color: 12561115.

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

Color convert

RGB 219 170 191 -
CMYK 0 0.22 0.13 0.14
HSL 334.29º 0.4% 0.76% -
HSV(B) 334.29º 0.22% 0.86% -
XYZ 52.99 47.57 55.68 -
YUV 187.05 130.23 150.79 -
System Red Green Blue C M Y K H S L
Decimal 219 170 191 0 0.22 0.13 0.14 334.29 0.4 0.76
Hex DB AA BF 0 16 D E 14E 28 4C
Octal 333 252 277 0 26 15 16 516 50 114
Binary 11011011 10101010 10111111 0 10110 1101 1110 101001110 101000 1001100

Color Harmonies of #DBAABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAABF

Black with #DBAABF

Text Example


Text Example

White with #DBAABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAABF; }

 p { color: rgb(219,170,191); }

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

background-color css

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

 a { background-color: rgb(219,170,191); }

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

border-color css

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

 span { border-color: rgb(219,170,191); }

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