Html Css Color HEX #DCBDC1 Melanie

📋 copy color: '#DCBDC1'

red 220 ◦ green 189 ◦ blue 193

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

Shades of Melanie #DCBDC1

Tints of Melanie #DCBDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.4%

 BLUE value IS 193 (75.78% from 255) = 32.06%

R = 36.54%
G = 31.4%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCBDC1 (or 0xDCBDC1) is known color: Melanie. HEX triplet: DC, BD and C1. RGB value is (220,189,193). Sum of RGB (Red+Green+Blue) = 220+189+193=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC1 is #23423E. Grayscale: #C6C6C6. Windows color (decimal): -2310719 or 12697052. OLE color: 12697052.

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

Color convert

RGB 220 189 193 -
CMYK 0 0.14 0.12 0.14
HSL 352.26º 0.31% 0.8% -
HSV(B) 352.26º 0.14% 0.86% -
XYZ 57.34 55.46 58.14 -
YUV 198.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 220 189 193 0 0.14 0.12 0.14 352.26 0.31 0.8
Hex DC BD C1 0 E C E 160 1F 50
Octal 334 275 301 0 16 14 16 540 37 120
Binary 11011100 10111101 11000001 0 1110 1100 1110 101100000 11111 1010000

Color Harmonies of #DCBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBDC1

Black with #DCBDC1

Text Example


Text Example

White with #DCBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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