Html Css Color HEX #DCABB9 Melanie

📋 copy color: '#DCABB9'

red 220 ◦ green 171 ◦ blue 185

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

Shades of Melanie #DCABB9

Tints of Melanie #DCABB9

RGB

 RED value IS 220 (86.33% from 255) = 38.19%

 GREEN value IS 171 (67.19% from 255) = 29.69%

 BLUE value IS 185 (72.66% from 255) = 32.12%

R = 38.19%
G = 29.69%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#DCABB9 (or 0xDCABB9) is known color: Melanie. HEX triplet: DC, AB and B9. RGB value is (220,171,185). Sum of RGB (Red+Green+Blue) = 220+171+185=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 171 (67.19% from 255 or 29.69% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABB9 is #235446. Grayscale: #BBBBBB. Windows color (decimal): -2315335 or 12168156. OLE color: 12168156.

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

Color convert

RGB 220 171 185 -
CMYK 0 0.22 0.16 0.14
HSL 342.86º 0.41% 0.77% -
HSV(B) 342.86º 0.22% 0.86% -
XYZ 52.84 47.84 52.35 -
YUV 187.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 220 171 185 0 0.22 0.16 0.14 342.86 0.41 0.77
Hex DC AB B9 0 16 10 E 157 29 4D
Octal 334 253 271 0 26 20 16 527 51 115
Binary 11011100 10101011 10111001 0 10110 10000 1110 101010111 101001 1001101

Color Harmonies of #DCABB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABB9

Black with #DCABB9

Text Example


Text Example

White with #DCABB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABB9; }

 p { color: rgb(220,171,185); }

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

background-color css

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

 a { background-color: rgb(220,171,185); }

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

border-color css

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

 span { border-color: rgb(220,171,185); }

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