Html Css Color HEX #DCABBE Melanie

📋 copy color: '#DCABBE'

red 220 ◦ green 171 ◦ blue 190

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

Shades of Melanie #DCABBE

Tints of Melanie #DCABBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 32.7%

R = 37.87%
G = 29.43%
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

#DCABBE (or 0xDCABBE) is known color: Melanie. HEX triplet: DC, AB and BE. RGB value is (220,171,190). Sum of RGB (Red+Green+Blue) = 220+171+190=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 171 (67.19% from 255 or 29.43% from 581); Blue value is 190 (74.61% from 255 or 32.70% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABBE is #235441. Grayscale: #BBBBBB. Windows color (decimal): -2315330 or 12495836. OLE color: 12495836.

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

Color convert

RGB 220 171 190 -
CMYK 0 0.22 0.14 0.14
HSL 336.73º 0.41% 0.77% -
HSV(B) 336.73º 0.22% 0.86% -
XYZ 53.37 48.06 55.18 -
YUV 187.82 129.23 150.96 -
System Red Green Blue C M Y K H S L
Decimal 220 171 190 0 0.22 0.14 0.14 336.73 0.41 0.77
Hex DC AB BE 0 16 E E 151 29 4D
Octal 334 253 276 0 26 16 16 521 51 115
Binary 11011100 10101011 10111110 0 10110 1110 1110 101010001 101001 1001101

Color Harmonies of #DCABBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABBE

Black with #DCABBE

Text Example


Text Example

White with #DCABBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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