Html Css Color HEX #DBAAC0 Melanie

📋 copy color: '#DBAAC0'

red 219 ◦ green 170 ◦ blue 192

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

Shades of Melanie #DBAAC0

Tints of Melanie #DBAAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 33.05%

R = 37.69%
G = 29.26%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBAAC0 (or 0xDBAAC0) is known color: Melanie. HEX triplet: DB, AA and C0. RGB value is (219,170,192). Sum of RGB (Red+Green+Blue) = 219+170+192=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 192 (75.39% from 255 or 33.05% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAC0 is #24553F. Grayscale: #BBBBBB. Windows color (decimal): -2381120 or 12626651. OLE color: 12626651.

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

Color convert

RGB 219 170 192 -
CMYK 0 0.22 0.12 0.14
HSL 333.06º 0.4% 0.76% -
HSV(B) 333.06º 0.22% 0.86% -
XYZ 53.1 47.62 56.26 -
YUV 187.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 219 170 192 0 0.22 0.12 0.14 333.06 0.4 0.76
Hex DB AA C0 0 16 C E 14D 28 4C
Octal 333 252 300 0 26 14 16 515 50 114
Binary 11011011 10101010 11000000 0 10110 1100 1110 101001101 101000 1001100

Color Harmonies of #DBAAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAC0

Black with #DBAAC0

Text Example


Text Example

White with #DBAAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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