Html Css Color HEX #DCABBD Melanie

📋 copy color: '#DCABBD'

red 220 ◦ green 171 ◦ blue 189

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

Shades of Melanie #DCABBD

Tints of Melanie #DCABBD

RGB

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

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

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

R = 37.93%
G = 29.48%
B = 32.59%

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

#DCABBD (or 0xDCABBD) is known color: Melanie. HEX triplet: DC, AB and BD. RGB value is (220,171,189). Sum of RGB (Red+Green+Blue) = 220+171+189=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 171 (67.19% from 255 or 29.48% from 580); Blue value is 189 (74.22% from 255 or 32.59% from 580); Max value from RGB is 220 - color contains mainly: red. Hex color #DCABBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCABBD is #235442. Grayscale: #BBBBBB. Windows color (decimal): -2315331 or 12430300. OLE color: 12430300.

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

Color convert

RGB 220 171 189 -
CMYK 0 0.22 0.14 0.14
HSL 337.96º 0.41% 0.77% -
HSV(B) 337.96º 0.22% 0.86% -
XYZ 53.26 48.02 54.6 -
YUV 187.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 220 171 189 0 0.22 0.14 0.14 337.96 0.41 0.77
Hex DC AB BD 0 16 E E 152 29 4D
Octal 334 253 275 0 26 16 16 522 51 115
Binary 11011100 10101011 10111101 0 10110 1110 1110 101010010 101001 1001101

Color Harmonies of #DCABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCABBD

Black with #DCABBD

Text Example


Text Example

White with #DCABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCABBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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