Html Css Color HEX #DBADC0 Melanie

📋 copy color: '#DBADC0'

red 219 ◦ green 173 ◦ blue 192

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

Shades of Melanie #DBADC0

Tints of Melanie #DBADC0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.62%

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

R = 37.5%
G = 29.62%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DBADC0 (or 0xDBADC0) is known color: Melanie. HEX triplet: DB, AD and C0. RGB value is (219,173,192). Sum of RGB (Red+Green+Blue) = 219+173+192=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 192 (75.39% from 255 or 32.88% from 584); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADC0 is #24523F. Grayscale: #BCBCBC. Windows color (decimal): -2380352 or 12627419. OLE color: 12627419.

HSL color Cylindrical-coordinate representation of color #DBADC0: hue angle of 335.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADC0 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 173 192 -
CMYK 0 0.21 0.12 0.14
HSL 335.22º 0.39% 0.77% -
HSV(B) 335.22º 0.21% 0.86% -
XYZ 53.67 48.75 56.45 -
YUV 188.92 129.74 149.46 -
System Red Green Blue C M Y K H S L
Decimal 219 173 192 0 0.21 0.12 0.14 335.22 0.39 0.77
Hex DB AD C0 0 15 C E 14F 27 4D
Octal 333 255 300 0 25 14 16 517 47 115
Binary 11011011 10101101 11000000 0 10101 1100 1110 101001111 100111 1001101

Color Harmonies of #DBADC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBADC0

Black with #DBADC0

Text Example


Text Example

White with #DBADC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBADC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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