Html Css Color HEX #DBAABD Melanie

📋 copy color: '#DBAABD'

red 219 ◦ green 170 ◦ blue 189

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

Shades of Melanie #DBAABD

Tints of Melanie #DBAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.7%

R = 37.89%
G = 29.41%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DBAABD (or 0xDBAABD) is known color: Melanie. HEX triplet: DB, AA and BD. RGB value is (219,170,189). Sum of RGB (Red+Green+Blue) = 219+170+189=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAABD is #245542. Grayscale: #BABABA. Windows color (decimal): -2381123 or 12430043. OLE color: 12430043.

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

Color convert

RGB 219 170 189 -
CMYK 0 0.22 0.14 0.14
HSL 336.73º 0.4% 0.76% -
HSV(B) 336.73º 0.22% 0.86% -
XYZ 52.77 47.48 54.53 -
YUV 186.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 219 170 189 0 0.22 0.14 0.14 336.73 0.4 0.76
Hex DB AA BD 0 16 E E 151 28 4C
Octal 333 252 275 0 26 16 16 521 50 114
Binary 11011011 10101010 10111101 0 10110 1110 1110 101010001 101000 1001100

Color Harmonies of #DBAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAABD

Black with #DBAABD

Text Example


Text Example

White with #DBAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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