Html Css Color HEX #DBAABB Melanie

📋 copy color: '#DBAABB'

red 219 ◦ green 170 ◦ blue 187

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

Shades of Melanie #DBAABB

Tints of Melanie #DBAABB

RGB

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

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

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

R = 38.02%
G = 29.51%
B = 32.47%

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

#DBAABB (or 0xDBAABB) is known color: Melanie. HEX triplet: DB, AA and BB. RGB value is (219,170,187). Sum of RGB (Red+Green+Blue) = 219+170+187=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 187 (73.44% from 255 or 32.47% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABB is #245544. Grayscale: #BABABA. Windows color (decimal): -2381125 or 12298971. OLE color: 12298971.

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

Color convert

RGB 219 170 187 -
CMYK 0 0.22 0.15 0.14
HSL 339.18º 0.4% 0.76% -
HSV(B) 339.18º 0.22% 0.86% -
XYZ 52.56 47.4 53.39 -
YUV 186.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 219 170 187 0 0.22 0.15 0.14 339.18 0.4 0.76
Hex DB AA BB 0 16 F E 153 28 4C
Octal 333 252 273 0 26 17 16 523 50 114
Binary 11011011 10101010 10111011 0 10110 1111 1110 101010011 101000 1001100

Color Harmonies of #DBAABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAABB

Black with #DBAABB

Text Example


Text Example

White with #DBAABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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