Html Css Color HEX #DCBCC1 Melanie

📋 copy color: '#DCBCC1'

red 220 ◦ green 188 ◦ blue 193

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

Shades of Melanie #DCBCC1

Tints of Melanie #DCBCC1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.28%

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

R = 36.61%
G = 31.28%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DCBCC1 (or 0xDCBCC1) is known color: Melanie. HEX triplet: DC, BC and C1. RGB value is (220,188,193). Sum of RGB (Red+Green+Blue) = 220+188+193=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCC1 is #23433E. Grayscale: #C6C6C6. Windows color (decimal): -2310975 or 12696796. OLE color: 12696796.

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

Color convert

RGB 220 188 193 -
CMYK 0 0.15 0.12 0.14
HSL 350.63º 0.31% 0.8% -
HSV(B) 350.63º 0.15% 0.86% -
XYZ 57.12 55.03 58.06 -
YUV 198.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 220 188 193 0 0.15 0.12 0.14 350.63 0.31 0.8
Hex DC BC C1 0 F C E 15F 1F 50
Octal 334 274 301 0 17 14 16 537 37 120
Binary 11011100 10111100 11000001 0 1111 1100 1110 101011111 11111 1010000

Color Harmonies of #DCBCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBCC1

Black with #DCBCC1

Text Example


Text Example

White with #DCBCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBCC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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